Html Css Color HEX #314BBA Cerulean Blue

📋 copy color: '#314BBA'

red 49 ◦ green 75 ◦ blue 186

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

Shades of Cerulean Blue #314BBA

Tints of Cerulean Blue #314BBA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.19%

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

R = 15.81%
G = 24.19%
B = 60%

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

#314BBA (or 0x314BBA) is known color: Cerulean Blue. HEX triplet: 31, 4B and BA. RGB value is (49,75,186). Sum of RGB (Red+Green+Blue) = 49+75+186=310 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.81% from 310); Green value is 75 (29.69% from 255 or 24.19% from 310); Blue value is 186 (73.05% from 255 or 60% from 310); Max value from RGB is 186 - color contains mainly: blue. Hex color #314BBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #314BBA is #CEB445. Grayscale: #4F4F4F. Windows color (decimal): -13546566 or 12208945. OLE color: 12208945.

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

Color convert

RGB 49 75 186 -
CMYK 0.74 0.60 0 0.27
HSL 228.61º 0.58% 0.46% -
HSV(B) 228.61º 0.74% 0.73% -
XYZ 12.65 9.23 47.57 -
YUV 79.88 187.89 105.97 -
System Red Green Blue C M Y K H S L
Decimal 49 75 186 0.74 0.60 0 0.27 228.61 0.58 0.46
Hex 31 4B BA 4A 3C 0 1B E5 3A 2E
Octal 61 113 272 112 74 0 33 345 72 56
Binary 110001 1001011 10111010 1001010 111100 0 11011 11100101 111010 101110

Color Harmonies of #314BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314BBA

Black with #314BBA

Text Example


Text Example

White with #314BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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