Html Css Color HEX #314AC1 Cerulean Blue

📋 copy color: '#314AC1'

red 49 ◦ green 74 ◦ blue 193

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

Shades of Cerulean Blue #314AC1

Tints of Cerulean Blue #314AC1

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.42%

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

R = 15.51%
G = 23.42%
B = 61.08%

CMYK

 C value IS 0.75

 M value IS 0.62

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#314AC1 (or 0x314AC1) is known color: Cerulean Blue. HEX triplet: 31, 4A and C1. RGB value is (49,74,193). Sum of RGB (Red+Green+Blue) = 49+74+193=316 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.51% from 316); Green value is 74 (29.30% from 255 or 23.42% from 316); Blue value is 193 (75.78% from 255 or 61.08% from 316); Max value from RGB is 193 - color contains mainly: blue. Hex color #314AC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #314AC1 is #CEB53E. Grayscale: #4F4F4F. Windows color (decimal): -13546815 or 12667441. OLE color: 12667441.

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

Color convert

RGB 49 74 193 -
CMYK 0.75 0.62 0 0.24
HSL 229.58º 0.6% 0.47% -
HSV(B) 229.58º 0.75% 0.76% -
XYZ 13.34 9.4 51.56 -
YUV 80.09 191.72 105.82 -
System Red Green Blue C M Y K H S L
Decimal 49 74 193 0.75 0.62 0 0.24 229.58 0.6 0.47
Hex 31 4A C1 4B 3E 0 18 E6 3C 2F
Octal 61 112 301 113 76 0 30 346 74 57
Binary 110001 1001010 11000001 1001011 111110 0 11000 11100110 111100 101111

Color Harmonies of #314AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314AC1

Black with #314AC1

Text Example


Text Example

White with #314AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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