Html Css Color HEX #3246B2 Cerulean Blue

📋 copy color: '#3246B2'

red 50 ◦ green 70 ◦ blue 178

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

Shades of Cerulean Blue #3246B2

Tints of Cerulean Blue #3246B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 59.73%

R = 16.78%
G = 23.49%
B = 59.73%

CMYK

 C value IS 0.72

 M value IS 0.61

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#3246B2 (or 0x3246B2) is known color: Cerulean Blue. HEX triplet: 32, 46 and B2. RGB value is (50,70,178). Sum of RGB (Red+Green+Blue) = 50+70+178=298 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.78% from 298); Green value is 70 (27.73% from 255 or 23.49% from 298); Blue value is 178 (69.92% from 255 or 59.73% from 298); Max value from RGB is 178 - color contains mainly: blue. Hex color #3246B2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3246B2 is #CDB94D. Grayscale: #4B4B4B. Windows color (decimal): -13482318 or 11683378. OLE color: 11683378.

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

Color convert

RGB 50 70 178 -
CMYK 0.72 0.61 0 0.30
HSL 230.63º 0.56% 0.45% -
HSV(B) 230.63º 0.72% 0.7% -
XYZ 11.54 8.27 43.11 -
YUV 76.33 185.37 109.22 -
System Red Green Blue C M Y K H S L
Decimal 50 70 178 0.72 0.61 0 0.30 230.63 0.56 0.45
Hex 32 46 B2 48 3D 0 1E E7 38 2D
Octal 62 106 262 110 75 0 36 347 70 55
Binary 110010 1000110 10110010 1001000 111101 0 11110 11100111 111000 101101

Color Harmonies of #3246B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3246B2

Black with #3246B2

Text Example


Text Example

White with #3246B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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