Html Css Color HEX #3152BA Cerulean Blue

📋 copy color: '#3152BA'

red 49 ◦ green 82 ◦ blue 186

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

Shades of Cerulean Blue #3152BA

Tints of Cerulean Blue #3152BA

RGB

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

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

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

R = 15.46%
G = 25.87%
B = 58.68%

CMYK

 C value IS 0.74

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3152BA (or 0x3152BA) is known color: Cerulean Blue. HEX triplet: 31, 52 and BA. RGB value is (49,82,186). Sum of RGB (Red+Green+Blue) = 49+82+186=317 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.46% from 317); Green value is 82 (32.42% from 255 or 25.87% from 317); Blue value is 186 (73.05% from 255 or 58.68% from 317); Max value from RGB is 186 - color contains mainly: blue. Hex color #3152BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3152BA is #CEAD45. Grayscale: #535353. Windows color (decimal): -13544774 or 12210737. OLE color: 12210737.

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

Color convert

RGB 49 82 186 -
CMYK 0.74 0.56 0 0.27
HSL 225.55º 0.58% 0.46% -
HSV(B) 225.55º 0.74% 0.73% -
XYZ 13.15 10.23 47.74 -
YUV 83.99 185.57 103.04 -
System Red Green Blue C M Y K H S L
Decimal 49 82 186 0.74 0.56 0 0.27 225.55 0.58 0.46
Hex 31 52 BA 4A 38 0 1B E2 3A 2E
Octal 61 122 272 112 70 0 33 342 72 56
Binary 110001 1010010 10111010 1001010 111000 0 11011 11100010 111010 101110

Color Harmonies of #3152BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3152BA

Black with #3152BA

Text Example


Text Example

White with #3152BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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