#038AB1

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

Shades of Bondi Blue #038AB1

Tints of Bondi Blue #038AB1

Color information

#038AB1 (or 0x038AB1) is unknown color: approx Bondi Blue. HEX triplet: 03, 8A and B1. RGB value is (3,138,177). Sum of RGB (Red+Green+Blue) = 3+138+177=318 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 318); Green value is 138 (54.30% from 255 or 43.40% from 318); Blue value is 177 (69.53% from 255 or 55.66% from 318); Max value from RGB is 177 - color contains mainly: blue. Hex color #038AB1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038AB1 is #FC754E. Grayscale: #656565. Windows color (decimal): -16545103 or 11635203. OLE color: 11635203.

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

Color convert

RGB3138177-
CMYK0.980.2200.31
HSL193.45º96.67%35.29%-
HSV(B)193.45º98.31%69.41%-
XYZ17.0621.3744.82-
YUV102.08170.2757.33-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.94%
GREEN value IS 138 (54.30% from 255) = 43.40%
BLUE value IS 177 (69.53% from 255) = 55.66%
R=0.94%
G=43.40%
B=55.66%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal31381770.980.2200.31193.4596.6735.29
Hex38AB1621601Fc16123
Octal32122611422603730114143
Binary111000101010110001110001010110011111110000011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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