Html Css Color HEX #3152BE Cerulean Blue

📋 copy color: '#3152BE'

red 49 ◦ green 82 ◦ blue 190

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

Shades of Cerulean Blue #3152BE

Tints of Cerulean Blue #3152BE

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.55%

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

R = 15.26%
G = 25.55%
B = 59.19%

CMYK

 C value IS 0.74

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3152BE (or 0x3152BE) is known color: Cerulean Blue. HEX triplet: 31, 52 and BE. RGB value is (49,82,190). Sum of RGB (Red+Green+Blue) = 49+82+190=321 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.26% from 321); Green value is 82 (32.42% from 255 or 25.55% from 321); Blue value is 190 (74.61% from 255 or 59.19% from 321); Max value from RGB is 190 - color contains mainly: blue. Hex color #3152BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3152BE is #CEAD41. Grayscale: #535353. Windows color (decimal): -13544770 or 12472881. OLE color: 12472881.

HSL color Cylindrical-coordinate representation of color #3152BE: hue angle of 225.96º 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 #3152BE is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 49 82 190 -
CMYK 0.74 0.57 0 0.25
HSL 225.96º 0.59% 0.47% -
HSV(B) 225.96º 0.74% 0.75% -
XYZ 13.58 10.41 50.01 -
YUV 84.45 187.57 102.72 -
System Red Green Blue C M Y K H S L
Decimal 49 82 190 0.74 0.57 0 0.25 225.96 0.59 0.47
Hex 31 52 BE 4A 39 0 19 E2 3B 2F
Octal 61 122 276 112 71 0 31 342 73 57
Binary 110001 1010010 10111110 1001010 111001 0 11001 11100010 111011 101111

Color Harmonies of #3152BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3152BE

Black with #3152BE

Text Example


Text Example

White with #3152BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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