Html Css Color HEX #3242B3 Cerulean Blue

📋 copy color: '#3242B3'

red 50 ◦ green 66 ◦ blue 179

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

Shades of Cerulean Blue #3242B3

Tints of Cerulean Blue #3242B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 60.68%

R = 16.95%
G = 22.37%
B = 60.68%

CMYK

 C value IS 0.72

 M value IS 0.63

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#3242B3 (or 0x3242B3) is known color: Cerulean Blue. HEX triplet: 32, 42 and B3. RGB value is (50,66,179). Sum of RGB (Red+Green+Blue) = 50+66+179=295 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.95% from 295); Green value is 66 (26.17% from 255 or 22.37% from 295); Blue value is 179 (70.31% from 255 or 60.68% from 295); Max value from RGB is 179 - color contains mainly: blue. Hex color #3242B3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3242B3 is #CDBD4C. Grayscale: #494949. Windows color (decimal): -13483341 or 11747890. OLE color: 11747890.

HSL color Cylindrical-coordinate representation of color #3242B3: hue angle of 232.56º 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 #3242B3 is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 50 66 179 -
CMYK 0.72 0.63 0 0.30
HSL 232.56º 0.56% 0.45% -
HSV(B) 232.56º 0.72% 0.7% -
XYZ 11.4 7.83 43.56 -
YUV 74.1 187.2 110.81 -
System Red Green Blue C M Y K H S L
Decimal 50 66 179 0.72 0.63 0 0.30 232.56 0.56 0.45
Hex 32 42 B3 48 3F 0 1E E9 38 2D
Octal 62 102 263 110 77 0 36 351 70 55
Binary 110010 1000010 10110011 1001000 111111 0 11110 11101001 111000 101101

Color Harmonies of #3242B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3242B3

Black with #3242B3

Text Example


Text Example

White with #3242B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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