Html Css Color HEX #3246B0 Cerulean Blue

📋 copy color: '#3246B0'

red 50 ◦ green 70 ◦ blue 176

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

Shades of Cerulean Blue #3246B0

Tints of Cerulean Blue #3246B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 59.46%

R = 16.89%
G = 23.65%
B = 59.46%

CMYK

 C value IS 0.72

 M value IS 0.60

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3246B0 (or 0x3246B0) is known color: Cerulean Blue. HEX triplet: 32, 46 and B0. RGB value is (50,70,176). Sum of RGB (Red+Green+Blue) = 50+70+176=296 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.89% from 296); Green value is 70 (27.73% from 255 or 23.65% from 296); Blue value is 176 (69.14% from 255 or 59.46% from 296); Max value from RGB is 176 - color contains mainly: blue. Hex color #3246B0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3246B0 is #CDB94F. Grayscale: #4B4B4B. Windows color (decimal): -13482320 or 11552306. OLE color: 11552306.

HSL color Cylindrical-coordinate representation of color #3246B0: hue angle of 230.48º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3246B0 is Cyan = 0.72, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 50 70 176 -
CMYK 0.72 0.60 0 0.31
HSL 230.48º 0.56% 0.44% -
HSV(B) 230.48º 0.72% 0.69% -
XYZ 11.34 8.19 42.06 -
YUV 76.1 184.37 109.38 -
System Red Green Blue C M Y K H S L
Decimal 50 70 176 0.72 0.60 0 0.31 230.48 0.56 0.44
Hex 32 46 B0 48 3C 0 1F E6 38 2C
Octal 62 106 260 110 74 0 37 346 70 54
Binary 110010 1000110 10110000 1001000 111100 0 11111 11100110 111000 101100

Color Harmonies of #3246B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3246B0

Black with #3246B0

Text Example


Text Example

White with #3246B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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