Html Css Color HEX #3262B2 Cerulean Blue

📋 copy color: '#3262B2'

red 50 ◦ green 98 ◦ blue 178

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

Shades of Cerulean Blue #3262B2

Tints of Cerulean Blue #3262B2

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.06%

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

R = 15.34%
G = 30.06%
B = 54.6%

CMYK

 C value IS 0.72

 M value IS 0.45

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#3262B2 (or 0x3262B2) is known color: Cerulean Blue. HEX triplet: 32, 62 and B2. RGB value is (50,98,178). Sum of RGB (Red+Green+Blue) = 50+98+178=326 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.34% from 326); Green value is 98 (38.67% from 255 or 30.06% from 326); Blue value is 178 (69.92% from 255 or 54.60% from 326); Max value from RGB is 178 - color contains mainly: blue. Hex color #3262B2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3262B2 is #CD9D4D. Grayscale: #5C5C5C. Windows color (decimal): -13475150 or 11690546. OLE color: 11690546.

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

Color convert

RGB 50 98 178 -
CMYK 0.72 0.45 0 0.30
HSL 217.5º 0.56% 0.45% -
HSV(B) 217.5º 0.72% 0.7% -
XYZ 13.72 12.63 43.83 -
YUV 92.77 176.1 97.5 -
System Red Green Blue C M Y K H S L
Decimal 50 98 178 0.72 0.45 0 0.30 217.5 0.56 0.45
Hex 32 62 B2 48 2D 0 1E DA 38 2D
Octal 62 142 262 110 55 0 36 332 70 55
Binary 110010 1100010 10110010 1001000 101101 0 11110 11011010 111000 101101

Color Harmonies of #3262B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3262B2

Black with #3262B2

Text Example


Text Example

White with #3262B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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