Html Css Color HEX #3152D0 Cerulean Blue

📋 copy color: '#3152D0'

red 49 ◦ green 82 ◦ blue 208

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

Shades of Cerulean Blue #3152D0

Tints of Cerulean Blue #3152D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 61.36%

R = 14.45%
G = 24.19%
B = 61.36%

CMYK

 C value IS 0.76

 M value IS 0.61

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#3152D0 (or 0x3152D0) is known color: Cerulean Blue. HEX triplet: 31, 52 and D0. RGB value is (49,82,208). Sum of RGB (Red+Green+Blue) = 49+82+208=339 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.45% from 339); Green value is 82 (32.42% from 255 or 24.19% from 339); Blue value is 208 (81.64% from 255 or 61.36% from 339); Max value from RGB is 208 - color contains mainly: blue. Hex color #3152D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3152D0 is #CEAD2F. Grayscale: #555555. Windows color (decimal): -13544752 or 13652529. OLE color: 13652529.

HSL color Cylindrical-coordinate representation of color #3152D0: hue angle of 227.55º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3152D0 is Cyan = 0.76, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 49 82 208 -
CMYK 0.76 0.61 0 0.18
HSL 227.55º 0.63% 0.5% -
HSV(B) 227.55º 0.76% 0.82% -
XYZ 15.67 11.24 61.02 -
YUV 86.5 196.57 101.25 -
System Red Green Blue C M Y K H S L
Decimal 49 82 208 0.76 0.61 0 0.18 227.55 0.63 0.5
Hex 31 52 D0 4C 3D 0 12 E4 3F 32
Octal 61 122 320 114 75 0 22 344 77 62
Binary 110001 1010010 11010000 1001100 111101 0 10010 11100100 111111 110010

Color Harmonies of #3152D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3152D0

Black with #3152D0

Text Example


Text Example

White with #3152D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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