Html Css Color HEX #314DC1 Cerulean Blue

📋 copy color: '#314DC1'

red 49 ◦ green 77 ◦ blue 193

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

Shades of Cerulean Blue #314DC1

Tints of Cerulean Blue #314DC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 60.5%

R = 15.36%
G = 24.14%
B = 60.5%

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

#314DC1 (or 0x314DC1) is known color: Cerulean Blue. HEX triplet: 31, 4D and C1. RGB value is (49,77,193). Sum of RGB (Red+Green+Blue) = 49+77+193=319 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.36% from 319); Green value is 77 (30.47% from 255 or 24.14% from 319); Blue value is 193 (75.78% from 255 or 60.50% from 319); Max value from RGB is 193 - color contains mainly: blue. Hex color #314DC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #314DC1 is #CEB23E. Grayscale: #515151. Windows color (decimal): -13546047 or 12668209. OLE color: 12668209.

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

Color convert

RGB 49 77 193 -
CMYK 0.75 0.60 0 0.24
HSL 228.33º 0.6% 0.47% -
HSV(B) 228.33º 0.75% 0.76% -
XYZ 13.55 9.81 51.63 -
YUV 81.85 190.72 104.57 -
System Red Green Blue C M Y K H S L
Decimal 49 77 193 0.75 0.60 0 0.24 228.33 0.6 0.47
Hex 31 4D C1 4B 3C 0 18 E4 3C 2F
Octal 61 115 301 113 74 0 30 344 74 57
Binary 110001 1001101 11000001 1001011 111100 0 11000 11100100 111100 101111

Color Harmonies of #314DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314DC1

Black with #314DC1

Text Example


Text Example

White with #314DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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