Html Css Color HEX #0377AF Cerulean

📋 copy color: '#0377AF'

red 3 ◦ green 119 ◦ blue 175

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

Shades of Cerulean #0377AF

Tints of Cerulean #0377AF

RGB

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

 GREEN value IS 119 (46.88% from 255) = 40.07%

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

R = 1.01%
G = 40.07%
B = 58.92%

CMYK

 C value IS 0.98

 M value IS 0.32

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0377AF (or 0x0377AF) is known color: Cerulean. HEX triplet: 03, 77 and AF. RGB value is (3,119,175). Sum of RGB (Red+Green+Blue) = 3+119+175=297 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 297); Green value is 119 (46.88% from 255 or 40.07% from 297); Blue value is 175 (68.75% from 255 or 58.92% from 297); Max value from RGB is 175 - color contains mainly: blue. Hex color #0377AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0377AF is #FC8850. Grayscale: #5A5A5A. Windows color (decimal): -16549969 or 11499267. OLE color: 11499267.

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

Color convert

RGB 3 119 175 -
CMYK 0.98 0.32 0 0.31
HSL 199.53º 0.97% 0.35% -
HSV(B) 199.53º 0.98% 0.69% -
XYZ 14.37 16.31 42.95 -
YUV 90.7 175.57 65.45 -
System Red Green Blue C M Y K H S L
Decimal 3 119 175 0.98 0.32 0 0.31 199.53 0.97 0.35
Hex 3 77 AF 62 20 0 1F C8 61 23
Octal 3 167 257 142 40 0 37 310 141 43
Binary 11 1110111 10101111 1100010 100000 0 11111 11001000 1100001 100011

Color Harmonies of #0377AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0377AF

Black with #0377AF

Text Example


Text Example

White with #0377AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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