Html Css Color HEX #0380AF Cerulean

📋 copy color: '#0380AF'

red 3 ◦ green 128 ◦ blue 175

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

Shades of Cerulean #0380AF

Tints of Cerulean #0380AF

RGB

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

 GREEN value IS 128 (50.39% from 255) = 41.83%

 BLUE value IS 175 (68.75% from 255) = 57.19%

R = 0.98%
G = 41.83%
B = 57.19%

CMYK

 C value IS 0.98

 M value IS 0.27

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0380AF (or 0x0380AF) is known color: Cerulean. HEX triplet: 03, 80 and AF. RGB value is (3,128,175). Sum of RGB (Red+Green+Blue) = 3+128+175=306 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 306); Green value is 128 (50.39% from 255 or 41.83% from 306); Blue value is 175 (68.75% from 255 or 57.19% from 306); Max value from RGB is 175 - color contains mainly: blue. Hex color #0380AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0380AF is #FC7F50. Grayscale: #5F5F5F. Windows color (decimal): -16547665 or 11501571. OLE color: 11501571.

HSL color Cylindrical-coordinate representation of color #0380AF: hue angle of 196.4º 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 #0380AF is Cyan = 0.98, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 3 128 175 -
CMYK 0.98 0.27 0 0.31
HSL 196.4º 0.97% 0.35% -
HSV(B) 196.4º 0.98% 0.69% -
XYZ 15.49 18.55 43.32 -
YUV 95.98 172.59 61.68 -
System Red Green Blue C M Y K H S L
Decimal 3 128 175 0.98 0.27 0 0.31 196.4 0.97 0.35
Hex 3 80 AF 62 1B 0 1F C4 61 23
Octal 3 200 257 142 33 0 37 304 141 43
Binary 11 10000000 10101111 1100010 11011 0 11111 11000100 1100001 100011

Color Harmonies of #0380AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0380AF

Black with #0380AF

Text Example


Text Example

White with #0380AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0380AF; }

 p { color: rgb(3,128,175); }

 H1.HeaderClassName
 {
   color: #0380AF;
 }
 .AnyTagClassName
 {
   color: #0380AF;
 }
</style>

background-color css

<style>
 a { background-color: #0380AF; }

 a { background-color: rgb(3,128,175); }

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

border-color css

<style>
 span { border-color: #0380AF; }

 span { border-color: rgb(3,128,175); }

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