Html Css Color HEX #314EC2 Cerulean Blue

📋 copy color: '#314EC2'

red 49 ◦ green 78 ◦ blue 194

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

Shades of Cerulean Blue #314EC2

Tints of Cerulean Blue #314EC2

RGB

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

 GREEN value IS 78 (30.86% from 255) = 24.3%

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

R = 15.26%
G = 24.3%
B = 60.44%

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

#314EC2 (or 0x314EC2) is known color: Cerulean Blue. HEX triplet: 31, 4E and C2. RGB value is (49,78,194). Sum of RGB (Red+Green+Blue) = 49+78+194=321 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.26% from 321); Green value is 78 (30.86% from 255 or 24.30% from 321); Blue value is 194 (76.17% from 255 or 60.44% from 321); Max value from RGB is 194 - color contains mainly: blue. Hex color #314EC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #314EC2 is #CEB13D. Grayscale: #525252. Windows color (decimal): -13545790 or 12734001. OLE color: 12734001.

HSL color Cylindrical-coordinate representation of color #314EC2: hue angle of 228º 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 #314EC2 is Cyan = 0.75, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 49 78 194 -
CMYK 0.75 0.60 0 0.24
HSL 228º 0.6% 0.48% -
HSV(B) 228º 0.75% 0.76% -
XYZ 13.73 10 52.24 -
YUV 82.55 190.89 104.07 -
System Red Green Blue C M Y K H S L
Decimal 49 78 194 0.75 0.60 0 0.24 228 0.6 0.48
Hex 31 4E C2 4B 3C 0 18 E4 3C 30
Octal 61 116 302 113 74 0 30 344 74 60
Binary 110001 1001110 11000010 1001011 111100 0 11000 11100100 111100 110000

Color Harmonies of #314EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314EC2

Black with #314EC2

Text Example


Text Example

White with #314EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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