#0388C0

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

Shades of Bondi Blue #0388C0

Tints of Bondi Blue #0388C0

Color information

#0388C0 (or 0x0388C0) is unknown color: approx Bondi Blue. HEX triplet: 03, 88 and C0. RGB value is (3,136,192). Sum of RGB (Red+Green+Blue) = 3+136+192=331 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 331); Green value is 136 (53.52% from 255 or 41.09% from 331); Blue value is 192 (75.39% from 255 or 58.01% from 331); Max value from RGB is 192 - color contains mainly: blue. Hex color #0388C0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0388C0 is #FC773F. Grayscale: #666666. Windows color (decimal): -16545600 or 12617731. OLE color: 12617731.

HSL color Cylindrical-coordinate representation of color #0388C0: hue angle of 197.78º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0388C0 is Cyan = 0.98, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3136192-
CMYK0.980.2900.25
HSL197.78º96.92%38.24%-
HSV(B)197.78º98.44%75.29%-
XYZ18.3621.4353.04-
YUV102.62178.4456.95-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.91%
GREEN value IS 136 (53.52% from 255) = 41.09%
BLUE value IS 192 (75.39% from 255) = 58.01%
R=0.91%
G=41.09%
B=58.01%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal31361920.980.2900.25197.7896.9238.24
Hex388C0621D019c66126
Octal32103001423503130614146
Binary111000100011000000110001011101011001110001101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0388C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0388C0; }

 p { color: rgb(3,136,192); }

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

<style>
 a { background-color: #0388C0; }

 a { background-color: rgb(3,136,192); }

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

<style>
 span { border-color: #0388C0; }

 span { border-color: rgb(3,136,192); }

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