Html Css Color HEX #314FBA Cerulean Blue

📋 copy color: '#314FBA'

red 49 ◦ green 79 ◦ blue 186

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

Shades of Cerulean Blue #314FBA

Tints of Cerulean Blue #314FBA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.16%

 BLUE value IS 186 (73.05% from 255) = 59.24%

R = 15.61%
G = 25.16%
B = 59.24%

CMYK

 C value IS 0.74

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#314FBA (or 0x314FBA) is known color: Cerulean Blue. HEX triplet: 31, 4F and BA. RGB value is (49,79,186). Sum of RGB (Red+Green+Blue) = 49+79+186=314 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.61% from 314); Green value is 79 (31.25% from 255 or 25.16% from 314); Blue value is 186 (73.05% from 255 or 59.24% from 314); Max value from RGB is 186 - color contains mainly: blue. Hex color #314FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #314FBA is #CEB045. Grayscale: #515151. Windows color (decimal): -13545542 or 12209969. OLE color: 12209969.

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

Color convert

RGB 49 79 186 -
CMYK 0.74 0.58 0 0.27
HSL 226.86º 0.58% 0.46% -
HSV(B) 226.86º 0.74% 0.73% -
XYZ 12.93 9.79 47.66 -
YUV 82.23 186.56 104.3 -
System Red Green Blue C M Y K H S L
Decimal 49 79 186 0.74 0.58 0 0.27 226.86 0.58 0.46
Hex 31 4F BA 4A 3A 0 1B E3 3A 2E
Octal 61 117 272 112 72 0 33 343 72 56
Binary 110001 1001111 10111010 1001010 111010 0 11011 11100011 111010 101110

Color Harmonies of #314FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314FBA

Black with #314FBA

Text Example


Text Example

White with #314FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,79,186); }

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

background-color css

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

 a { background-color: rgb(49,79,186); }

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

border-color css

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

 span { border-color: rgb(49,79,186); }

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