Html Css Color HEX #3246B5 Cerulean Blue

📋 copy color: '#3246B5'

red 50 ◦ green 70 ◦ blue 181

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

Shades of Cerulean Blue #3246B5

Tints of Cerulean Blue #3246B5

RGB

 RED value IS 50 (19.92% from 255) = 16.61%

 GREEN value IS 70 (27.73% from 255) = 23.26%

 BLUE value IS 181 (71.09% from 255) = 60.13%

R = 16.61%
G = 23.26%
B = 60.13%

CMYK

 C value IS 0.72

 M value IS 0.61

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3246B5 (or 0x3246B5) is known color: Cerulean Blue. HEX triplet: 32, 46 and B5. RGB value is (50,70,181). Sum of RGB (Red+Green+Blue) = 50+70+181=301 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.61% from 301); Green value is 70 (27.73% from 255 or 23.26% from 301); Blue value is 181 (71.09% from 255 or 60.13% from 301); Max value from RGB is 181 - color contains mainly: blue. Hex color #3246B5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3246B5 is #CDB94A. Grayscale: #4C4C4C. Windows color (decimal): -13482315 or 11879986. OLE color: 11879986.

HSL color Cylindrical-coordinate representation of color #3246B5: hue angle of 230.84º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3246B5 is Cyan = 0.72, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 50 70 181 -
CMYK 0.72 0.61 0 0.29
HSL 230.84º 0.57% 0.45% -
HSV(B) 230.84º 0.72% 0.71% -
XYZ 11.85 8.39 44.71 -
YUV 76.67 186.87 108.97 -
System Red Green Blue C M Y K H S L
Decimal 50 70 181 0.72 0.61 0 0.29 230.84 0.57 0.45
Hex 32 46 B5 48 3D 0 1D E7 39 2D
Octal 62 106 265 110 75 0 35 347 71 55
Binary 110010 1000110 10110101 1001000 111101 0 11101 11100111 111001 101101

Color Harmonies of #3246B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3246B5

Black with #3246B5

Text Example


Text Example

White with #3246B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3246B5; }

 p { color: rgb(50,70,181); }

 H1.HeaderClassName
 {
   color: #3246B5;
 }
 .AnyTagClassName
 {
   color: #3246B5;
 }
</style>

background-color css

<style>
 a { background-color: #3246B5; }

 a { background-color: rgb(50,70,181); }

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

border-color css

<style>
 span { border-color: #3246B5; }

 span { border-color: rgb(50,70,181); }

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