Html Css Color HEX #314ABB Cerulean Blue

📋 copy color: '#314ABB'

red 49 ◦ green 74 ◦ blue 187

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

Shades of Cerulean Blue #314ABB

Tints of Cerulean Blue #314ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 60.32%

R = 15.81%
G = 23.87%
B = 60.32%

CMYK

 C value IS 0.74

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#314ABB (or 0x314ABB) is known color: Cerulean Blue. HEX triplet: 31, 4A and BB. RGB value is (49,74,187). Sum of RGB (Red+Green+Blue) = 49+74+187=310 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.81% from 310); Green value is 74 (29.30% from 255 or 23.87% from 310); Blue value is 187 (73.44% from 255 or 60.32% from 310); Max value from RGB is 187 - color contains mainly: blue. Hex color #314ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #314ABB is #CEB544. Grayscale: #4E4E4E. Windows color (decimal): -13546821 or 12274225. OLE color: 12274225.

HSL color Cylindrical-coordinate representation of color #314ABB: hue angle of 229.13º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #314ABB is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 49 74 187 -
CMYK 0.74 0.60 0 0.27
HSL 229.13º 0.58% 0.46% -
HSV(B) 229.13º 0.74% 0.73% -
XYZ 12.69 9.14 48.11 -
YUV 79.41 188.72 106.31 -
System Red Green Blue C M Y K H S L
Decimal 49 74 187 0.74 0.60 0 0.27 229.13 0.58 0.46
Hex 31 4A BB 4A 3C 0 1B E5 3A 2E
Octal 61 112 273 112 74 0 33 345 72 56
Binary 110001 1001010 10111011 1001010 111100 0 11011 11100101 111010 101110

Color Harmonies of #314ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314ABB

Black with #314ABB

Text Example


Text Example

White with #314ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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