Html Css Color HEX #3154BC Cerulean Blue

📋 copy color: '#3154BC'

red 49 ◦ green 84 ◦ blue 188

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

Shades of Cerulean Blue #3154BC

Tints of Cerulean Blue #3154BC

RGB

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

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

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

R = 15.26%
G = 26.17%
B = 58.57%

CMYK

 C value IS 0.74

 M value IS 0.55

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3154BC (or 0x3154BC) is known color: Cerulean Blue. HEX triplet: 31, 54 and BC. RGB value is (49,84,188). Sum of RGB (Red+Green+Blue) = 49+84+188=321 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.26% from 321); Green value is 84 (33.20% from 255 or 26.17% from 321); Blue value is 188 (73.83% from 255 or 58.57% from 321); Max value from RGB is 188 - color contains mainly: blue. Hex color #3154BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3154BC is #CEAB43. Grayscale: #545454. Windows color (decimal): -13544260 or 12342321. OLE color: 12342321.

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

Color convert

RGB 49 84 188 -
CMYK 0.74 0.55 0 0.26
HSL 224.89º 0.59% 0.46% -
HSV(B) 224.89º 0.74% 0.74% -
XYZ 13.51 10.62 48.92 -
YUV 85.39 185.9 102.04 -
System Red Green Blue C M Y K H S L
Decimal 49 84 188 0.74 0.55 0 0.26 224.89 0.59 0.46
Hex 31 54 BC 4A 37 0 1A E1 3B 2E
Octal 61 124 274 112 67 0 32 341 73 56
Binary 110001 1010100 10111100 1001010 110111 0 11010 11100001 111011 101110

Color Harmonies of #3154BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3154BC

Black with #3154BC

Text Example


Text Example

White with #3154BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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