Html Css Color HEX #0388AD Cerulean

📋 copy color: '#0388AD'

red 3 ◦ green 136 ◦ blue 173

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

Shades of Cerulean #0388AD

Tints of Cerulean #0388AD

RGB

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

 GREEN value IS 136 (53.52% from 255) = 43.59%

 BLUE value IS 173 (67.97% from 255) = 55.45%

R = 0.96%
G = 43.59%
B = 55.45%

CMYK

 C value IS 0.98

 M value IS 0.21

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0388AD (or 0x0388AD) is known color: Cerulean. HEX triplet: 03, 88 and AD. RGB value is (3,136,173). Sum of RGB (Red+Green+Blue) = 3+136+173=312 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 312); Green value is 136 (53.52% from 255 or 43.59% from 312); Blue value is 173 (67.97% from 255 or 55.45% from 312); Max value from RGB is 173 - color contains mainly: blue. Hex color #0388AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0388AD is #FC7752. Grayscale: #646464. Windows color (decimal): -16545619 or 11372547. OLE color: 11372547.

HSL color Cylindrical-coordinate representation of color #0388AD: hue angle of 193.06º 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 #0388AD is Cyan = 0.98, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 3 136 173 -
CMYK 0.98 0.21 0 0.32
HSL 193.06º 0.97% 0.35% -
HSV(B) 193.06º 0.98% 0.68% -
XYZ 16.38 20.64 42.66 -
YUV 100.45 168.94 58.49 -
System Red Green Blue C M Y K H S L
Decimal 3 136 173 0.98 0.21 0 0.32 193.06 0.97 0.35
Hex 3 88 AD 62 15 0 20 C1 61 23
Octal 3 210 255 142 25 0 40 301 141 43
Binary 11 10001000 10101101 1100010 10101 0 100000 11000001 1100001 100011

Color Harmonies of #0388AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0388AD

Black with #0388AD

Text Example


Text Example

White with #0388AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0388AD; }

 p { color: rgb(3,136,173); }

 H1.HeaderClassName
 {
   color: #0388AD;
 }
 .AnyTagClassName
 {
   color: #0388AD;
 }
</style>

background-color css

<style>
 a { background-color: #0388AD; }

 a { background-color: rgb(3,136,173); }

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

border-color css

<style>
 span { border-color: #0388AD; }

 span { border-color: rgb(3,136,173); }

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