Html Css Color HEX #314DB3 Cerulean Blue

📋 copy color: '#314DB3'

red 49 ◦ green 77 ◦ blue 179

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

Shades of Cerulean Blue #314DB3

Tints of Cerulean Blue #314DB3

RGB

 RED value IS 49 (19.53% from 255) = 16.07%

 GREEN value IS 77 (30.47% from 255) = 25.25%

 BLUE value IS 179 (70.31% from 255) = 58.69%

R = 16.07%
G = 25.25%
B = 58.69%

CMYK

 C value IS 0.73

 M value IS 0.57

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#314DB3 (or 0x314DB3) is known color: Cerulean Blue. HEX triplet: 31, 4D and B3. RGB value is (49,77,179). Sum of RGB (Red+Green+Blue) = 49+77+179=305 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.07% from 305); Green value is 77 (30.47% from 255 or 25.25% from 305); Blue value is 179 (70.31% from 255 or 58.69% from 305); Max value from RGB is 179 - color contains mainly: blue. Hex color #314DB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #314DB3 is #CEB24C. Grayscale: #4F4F4F. Windows color (decimal): -13546061 or 11750705. OLE color: 11750705.

HSL color Cylindrical-coordinate representation of color #314DB3: hue angle of 227.08º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #314DB3 is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 49 77 179 -
CMYK 0.73 0.57 0 0.30
HSL 227.08º 0.57% 0.45% -
HSV(B) 227.08º 0.73% 0.7% -
XYZ 12.06 9.22 43.79 -
YUV 80.26 183.72 105.71 -
System Red Green Blue C M Y K H S L
Decimal 49 77 179 0.73 0.57 0 0.30 227.08 0.57 0.45
Hex 31 4D B3 49 39 0 1E E3 39 2D
Octal 61 115 263 111 71 0 36 343 71 55
Binary 110001 1001101 10110011 1001001 111001 0 11110 11100011 111001 101101

Color Harmonies of #314DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314DB3

Black with #314DB3

Text Example


Text Example

White with #314DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314DB3; }

 p { color: rgb(49,77,179); }

 H1.HeaderClassName
 {
   color: #314DB3;
 }
 .AnyTagClassName
 {
   color: #314DB3;
 }
</style>

background-color css

<style>
 a { background-color: #314DB3; }

 a { background-color: rgb(49,77,179); }

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

border-color css

<style>
 span { border-color: #314DB3; }

 span { border-color: rgb(49,77,179); }

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