#038FBC

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

Shades of Bondi Blue #038FBC

Tints of Bondi Blue #038FBC

Color information

#038FBC (or 0x038FBC) is unknown color: approx Bondi Blue. HEX triplet: 03, 8F and BC. RGB value is (3,143,188). Sum of RGB (Red+Green+Blue) = 3+143+188=334 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 334); Green value is 143 (56.25% from 255 or 42.81% from 334); Blue value is 188 (73.83% from 255 or 56.29% from 334); Max value from RGB is 188 - color contains mainly: blue. Hex color #038FBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038FBC is #FC7043. Grayscale: #696969. Windows color (decimal): -16543812 or 12357379. OLE color: 12357379.

HSL color Cylindrical-coordinate representation of color #038FBC: hue angle of 194.59º 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 #038FBC is Cyan = 0.98, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB3143188-
CMYK0.980.2400.26
HSL194.59º96.86%37.45%-
HSV(B)194.59º98.4%73.73%-
XYZ18.9423.351.08-
YUV106.27174.1254.34-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.90%
GREEN value IS 143 (56.25% from 255) = 42.81%
BLUE value IS 188 (73.83% from 255) = 56.29%
R=0.90%
G=42.81%
B=56.29%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal31431880.980.2400.26194.5996.8637.45
Hex38FBC621801Ac36125
Octal32172741423003230314145
Binary111000111110111100110001011000011010110000111100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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