Html Css Color HEX #314CBC Cerulean Blue

📋 copy color: '#314CBC'

red 49 ◦ green 76 ◦ blue 188

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

Shades of Cerulean Blue #314CBC

Tints of Cerulean Blue #314CBC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.28%

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

R = 15.65%
G = 24.28%
B = 60.06%

CMYK

 C value IS 0.74

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#314CBC (or 0x314CBC) is known color: Cerulean Blue. HEX triplet: 31, 4C and BC. RGB value is (49,76,188). Sum of RGB (Red+Green+Blue) = 49+76+188=313 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.65% from 313); Green value is 76 (30.08% from 255 or 24.28% from 313); Blue value is 188 (73.83% from 255 or 60.06% from 313); Max value from RGB is 188 - color contains mainly: blue. Hex color #314CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #314CBC is #CEB343. Grayscale: #505050. Windows color (decimal): -13546308 or 12340273. OLE color: 12340273.

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

Color convert

RGB 49 76 188 -
CMYK 0.74 0.60 0 0.26
HSL 228.35º 0.59% 0.46% -
HSV(B) 228.35º 0.74% 0.74% -
XYZ 12.93 9.45 48.72 -
YUV 80.7 188.55 105.39 -
System Red Green Blue C M Y K H S L
Decimal 49 76 188 0.74 0.60 0 0.26 228.35 0.59 0.46
Hex 31 4C BC 4A 3C 0 1A E4 3B 2E
Octal 61 114 274 112 74 0 32 344 73 56
Binary 110001 1001100 10111100 1001010 111100 0 11010 11100100 111011 101110

Color Harmonies of #314CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314CBC

Black with #314CBC

Text Example


Text Example

White with #314CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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