Html Css Color HEX #314DC2 Cerulean Blue

📋 copy color: '#314DC2'

red 49 ◦ green 77 ◦ blue 194

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

Shades of Cerulean Blue #314DC2

Tints of Cerulean Blue #314DC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 60.63%

R = 15.31%
G = 24.06%
B = 60.63%

CMYK

 C value IS 0.75

 M value IS 0.60

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#314DC2 (or 0x314DC2) is known color: Cerulean Blue. HEX triplet: 31, 4D and C2. RGB value is (49,77,194). Sum of RGB (Red+Green+Blue) = 49+77+194=320 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.31% from 320); Green value is 77 (30.47% from 255 or 24.06% from 320); Blue value is 194 (76.17% from 255 or 60.62% from 320); Max value from RGB is 194 - color contains mainly: blue. Hex color #314DC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #314DC2 is #CEB23D. Grayscale: #515151. Windows color (decimal): -13546046 or 12733745. OLE color: 12733745.

HSL color Cylindrical-coordinate representation of color #314DC2: hue angle of 228.41º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #314DC2 is Cyan = 0.75, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 49 77 194 -
CMYK 0.75 0.60 0 0.24
HSL 228.41º 0.6% 0.48% -
HSV(B) 228.41º 0.75% 0.76% -
XYZ 13.66 9.86 52.22 -
YUV 81.97 191.22 104.49 -
System Red Green Blue C M Y K H S L
Decimal 49 77 194 0.75 0.60 0 0.24 228.41 0.6 0.48
Hex 31 4D C2 4B 3C 0 18 E4 3C 30
Octal 61 115 302 113 74 0 30 344 74 60
Binary 110001 1001101 11000010 1001011 111100 0 11000 11100100 111100 110000

Color Harmonies of #314DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314DC2

Black with #314DC2

Text Example


Text Example

White with #314DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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