Html Css Color HEX #038BAE Bondi Blue

📋 copy color: '#038BAE'

red 3 ◦ green 139 ◦ blue 174

#038BAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bondi Blue #038BAE

Tints of Bondi Blue #038BAE

RGB

 RED value IS 3 (1.56% from 255) = 0.95%

 GREEN value IS 139 (54.69% from 255) = 43.99%

 BLUE value IS 174 (68.36% from 255) = 55.06%

R = 0.95%
G = 43.99%
B = 55.06%

CMYK

 C value IS 0.98

 M value IS 0.20

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#038BAE (or 0x038BAE) is known color: Bondi Blue. HEX triplet: 03, 8B and AE. RGB value is (3,139,174). Sum of RGB (Red+Green+Blue) = 3+139+174=316 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 316); Green value is 139 (54.69% from 255 or 43.99% from 316); Blue value is 174 (68.36% from 255 or 55.06% from 316); Max value from RGB is 174 - color contains mainly: blue. Hex color #038BAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038BAE is #FC7451. Grayscale: #666666. Windows color (decimal): -16544850 or 11438851. OLE color: 11438851.

HSL color Cylindrical-coordinate representation of color #038BAE: hue angle of 192.28º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038BAE is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 3 139 174 -
CMYK 0.98 0.20 0 0.32
HSL 192.28º 0.97% 0.35% -
HSV(B) 192.28º 0.98% 0.68% -
XYZ 16.91 21.54 43.31 -
YUV 102.33 168.44 57.15 -
System Red Green Blue C M Y K H S L
Decimal 3 139 174 0.98 0.20 0 0.32 192.28 0.97 0.35
Hex 3 8B AE 62 14 0 20 C0 61 23
Octal 3 213 256 142 24 0 40 300 141 43
Binary 11 10001011 10101110 1100010 10100 0 100000 11000000 1100001 100011

Color Harmonies of #038BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038BAE

Black with #038BAE

Text Example


Text Example

White with #038BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,139,174); }

 H1.HeaderClassName
 {
   color: #038BAE;
 }
 .AnyTagClassName
 {
   color: #038BAE;
 }
</style>

background-color css

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

 a { background-color: rgb(3,139,174); }

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

border-color css

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

 span { border-color: rgb(3,139,174); }

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