Html Css Color HEX #3154BE Cerulean Blue

📋 copy color: '#3154BE'

red 49 ◦ green 84 ◦ blue 190

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

Shades of Cerulean Blue #3154BE

Tints of Cerulean Blue #3154BE

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.01%

 BLUE value IS 190 (74.61% from 255) = 58.82%

R = 15.17%
G = 26.01%
B = 58.82%

CMYK

 C value IS 0.74

 M value IS 0.56

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3154BE (or 0x3154BE) is known color: Cerulean Blue. HEX triplet: 31, 54 and BE. RGB value is (49,84,190). Sum of RGB (Red+Green+Blue) = 49+84+190=323 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.17% from 323); Green value is 84 (33.20% from 255 or 26.01% from 323); Blue value is 190 (74.61% from 255 or 58.82% from 323); Max value from RGB is 190 - color contains mainly: blue. Hex color #3154BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3154BE is #CEAB41. Grayscale: #555555. Windows color (decimal): -13544258 or 12473393. OLE color: 12473393.

HSL color Cylindrical-coordinate representation of color #3154BE: hue angle of 225.11º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3154BE is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 49 84 190 -
CMYK 0.74 0.56 0 0.25
HSL 225.11º 0.59% 0.47% -
HSV(B) 225.11º 0.74% 0.75% -
XYZ 13.73 10.71 50.06 -
YUV 85.62 186.9 101.88 -
System Red Green Blue C M Y K H S L
Decimal 49 84 190 0.74 0.56 0 0.25 225.11 0.59 0.47
Hex 31 54 BE 4A 38 0 19 E1 3B 2F
Octal 61 124 276 112 70 0 31 341 73 57
Binary 110001 1010100 10111110 1001010 111000 0 11001 11100001 111011 101111

Color Harmonies of #3154BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3154BE

Black with #3154BE

Text Example


Text Example

White with #3154BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3154BE; }

 p { color: rgb(49,84,190); }

 H1.HeaderClassName
 {
   color: #3154BE;
 }
 .AnyTagClassName
 {
   color: #3154BE;
 }
</style>

background-color css

<style>
 a { background-color: #3154BE; }

 a { background-color: rgb(49,84,190); }

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

border-color css

<style>
 span { border-color: #3154BE; }

 span { border-color: rgb(49,84,190); }

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