Html Css Color HEX #314ABC Cerulean Blue

📋 copy color: '#314ABC'

red 49 ◦ green 74 ◦ blue 188

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

Shades of Cerulean Blue #314ABC

Tints of Cerulean Blue #314ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 60.45%

R = 15.76%
G = 23.79%
B = 60.45%

CMYK

 C value IS 0.74

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#314ABC (or 0x314ABC) is known color: Cerulean Blue. HEX triplet: 31, 4A and BC. RGB value is (49,74,188). Sum of RGB (Red+Green+Blue) = 49+74+188=311 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.76% from 311); Green value is 74 (29.30% from 255 or 23.79% from 311); Blue value is 188 (73.83% from 255 or 60.45% from 311); Max value from RGB is 188 - color contains mainly: blue. Hex color #314ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #314ABC is #CEB543. Grayscale: #4F4F4F. Windows color (decimal): -13546820 or 12339761. OLE color: 12339761.

HSL color Cylindrical-coordinate representation of color #314ABC: hue angle of 229.21º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #314ABC is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 49 74 188 -
CMYK 0.74 0.61 0 0.26
HSL 229.21º 0.59% 0.46% -
HSV(B) 229.21º 0.74% 0.74% -
XYZ 12.79 9.18 48.67 -
YUV 79.52 189.22 106.23 -
System Red Green Blue C M Y K H S L
Decimal 49 74 188 0.74 0.61 0 0.26 229.21 0.59 0.46
Hex 31 4A BC 4A 3D 0 1A E5 3B 2E
Octal 61 112 274 112 75 0 32 345 73 56
Binary 110001 1001010 10111100 1001010 111101 0 11010 11100101 111011 101110

Color Harmonies of #314ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314ABC

Black with #314ABC

Text Example


Text Example

White with #314ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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