#038ABC

Color #038ABC Bondi Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bondi Blue #038ABC

Tints of Bondi Blue #038ABC

Color information

#038ABC (or 0x038ABC) is unknown color: approx Bondi Blue. HEX triplet: 03, 8A and BC. RGB value is (3,138,188). Sum of RGB (Red+Green+Blue) = 3+138+188=329 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 329); Green value is 138 (54.30% from 255 or 41.95% from 329); Blue value is 188 (73.83% from 255 or 57.14% from 329); Max value from RGB is 188 - color contains mainly: blue. Hex color #038ABC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038ABC is #FC7543. Grayscale: #676767. Windows color (decimal): -16545092 or 12356099. OLE color: 12356099.

HSL color Cylindrical-coordinate representation of color #038ABC: hue angle of 196.22º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038ABC is Cyan = 0.98, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB3138188-
CMYK0.980.2700.26
HSL196.22º96.86%37.45%-
HSV(B)196.22º98.4%73.73%-
XYZ18.221.8350.83-
YUV103.34175.7756.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 3 (1.56% from 255) = 0.91%
GREEN value IS 138 (54.30% from 255) = 41.95%
BLUE value IS 188 (73.83% from 255) = 57.14%
R=0.91%
G=41.95%
B=57.14%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal31381880.980.2700.26196.2296.8637.45
Hex38ABC621B01Ac46125
Octal32122741423303230414145
Binary111000101010111100110001011011011010110001001100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038ABC; }

 p { color: rgb(3,138,188); }

 H1.HeaderClassName
 {
   color: #038ABC;
 }
 .AnyTagClassName
 {
   color: #038ABC;
 }
</style>
background-color css

<style>
 a { background-color: #038ABC; }

 a { background-color: rgb(3,138,188); }

 div.DivClassName
 {
   background-color: #038ABC;
 }
 .BgClassName
 {
   background-color: #038ABC;
 }
</style>
border-color css

<style>
 span { border-color: #038ABC; }

 span { border-color: rgb(3,138,188); }

 td.TdClassName
 {
   border-color: #038ABC;
 }
 .TagClassName
 {
   border-color: #038ABC;
 }
</style>