Html Css Color HEX #3242B9 Cerulean Blue

📋 copy color: '#3242B9'

red 50 ◦ green 66 ◦ blue 185

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

Shades of Cerulean Blue #3242B9

Tints of Cerulean Blue #3242B9

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.93%

 BLUE value IS 185 (72.66% from 255) = 61.46%

R = 16.61%
G = 21.93%
B = 61.46%

CMYK

 C value IS 0.73

 M value IS 0.64

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3242B9 (or 0x3242B9) is known color: Cerulean Blue. HEX triplet: 32, 42 and B9. RGB value is (50,66,185). Sum of RGB (Red+Green+Blue) = 50+66+185=301 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.61% from 301); Green value is 66 (26.17% from 255 or 21.93% from 301); Blue value is 185 (72.66% from 255 or 61.46% from 301); Max value from RGB is 185 - color contains mainly: blue. Hex color #3242B9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3242B9 is #CDBD46. Grayscale: #4A4A4A. Windows color (decimal): -13483335 or 12141106. OLE color: 12141106.

HSL color Cylindrical-coordinate representation of color #3242B9: hue angle of 232.89º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3242B9 is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 50 66 185 -
CMYK 0.73 0.64 0 0.27
HSL 232.89º 0.57% 0.46% -
HSV(B) 232.89º 0.73% 0.73% -
XYZ 12.02 8.08 46.82 -
YUV 74.78 190.2 110.32 -
System Red Green Blue C M Y K H S L
Decimal 50 66 185 0.73 0.64 0 0.27 232.89 0.57 0.46
Hex 32 42 B9 49 40 0 1B E9 39 2E
Octal 62 102 271 111 100 0 33 351 71 56
Binary 110010 1000010 10111001 1001001 1000000 0 11011 11101001 111001 101110

Color Harmonies of #3242B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3242B9

Black with #3242B9

Text Example


Text Example

White with #3242B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3242B9; }

 p { color: rgb(50,66,185); }

 H1.HeaderClassName
 {
   color: #3242B9;
 }
 .AnyTagClassName
 {
   color: #3242B9;
 }
</style>

background-color css

<style>
 a { background-color: #3242B9; }

 a { background-color: rgb(50,66,185); }

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

border-color css

<style>
 span { border-color: #3242B9; }

 span { border-color: rgb(50,66,185); }

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