#038FB7

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

Shades of Bondi Blue #038FB7

Tints of Bondi Blue #038FB7

Color information

#038FB7 (or 0x038FB7) is unknown color: approx Bondi Blue. HEX triplet: 03, 8F and B7. RGB value is (3,143,183). Sum of RGB (Red+Green+Blue) = 3+143+183=329 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 329); Green value is 143 (56.25% from 255 or 43.47% from 329); Blue value is 183 (71.88% from 255 or 55.62% from 329); Max value from RGB is 183 - color contains mainly: blue. Hex color #038FB7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038FB7 is #FC7048. Grayscale: #696969. Windows color (decimal): -16543817 or 12029699. OLE color: 12029699.

HSL color Cylindrical-coordinate representation of color #038FB7: hue angle of 193.33º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038FB7 is Cyan = 0.98, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB3143183-
CMYK0.980.2200.28
HSL193.33º96.77%36.47%-
HSV(B)193.33º98.36%71.76%-
XYZ18.4123.0848.29-
YUV105.7171.6254.75-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.91%
GREEN value IS 143 (56.25% from 255) = 43.47%
BLUE value IS 183 (71.88% from 255) = 55.62%
R=0.91%
G=43.47%
B=55.62%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal31431830.980.2200.28193.3396.7736.47
Hex38FB7621601Cc16124
Octal32172671422603430114144
Binary111000111110110111110001010110011100110000011100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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