#0398AC

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

Shades of Bondi Blue #0398AC

Tints of Bondi Blue #0398AC

Color information

#0398AC (or 0x0398AC) is unknown color: approx Bondi Blue. HEX triplet: 03, 98 and AC. RGB value is (3,152,172). Sum of RGB (Red+Green+Blue) = 3+152+172=327 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.92% from 327); Green value is 152 (59.77% from 255 or 46.48% from 327); Blue value is 172 (67.58% from 255 or 52.60% from 327); Max value from RGB is 172 - color contains mainly: blue. Hex color #0398AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0398AC is #FC6753. Grayscale: #6D6D6D. Windows color (decimal): -16541524 or 11311107. OLE color: 11311107.

HSL color Cylindrical-coordinate representation of color #0398AC: hue angle of 187.1º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0398AC is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3152172-
CMYK0.980.1200.33
HSL187.1º96.57%34.31%-
HSV(B)187.1º98.26%67.45%-
XYZ18.7125.4542.96-
YUV109.73163.1451.87-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.92%
GREEN value IS 152 (59.77% from 255) = 46.48%
BLUE value IS 172 (67.58% from 255) = 52.60%
R=0.92%
G=46.48%
B=52.60%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal31521720.980.1200.33187.196.5734.31
Hex398AC62C021bb6122
Octal32302541421404127314142
Binary111001100010101100110001011000100001101110111100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0398AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0398AC; }

 p { color: rgb(3,152,172); }

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

<style>
 a { background-color: #0398AC; }

 a { background-color: rgb(3,152,172); }

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

<style>
 span { border-color: #0398AC; }

 span { border-color: rgb(3,152,172); }

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