Html Css Color HEX #3262B1 Cerulean Blue

📋 copy color: '#3262B1'

red 50 ◦ green 98 ◦ blue 177

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

Shades of Cerulean Blue #3262B1

Tints of Cerulean Blue #3262B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 54.46%

R = 15.38%
G = 30.15%
B = 54.46%

CMYK

 C value IS 0.72

 M value IS 0.45

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3262B1 (or 0x3262B1) is known color: Cerulean Blue. HEX triplet: 32, 62 and B1. RGB value is (50,98,177). Sum of RGB (Red+Green+Blue) = 50+98+177=325 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.38% from 325); Green value is 98 (38.67% from 255 or 30.15% from 325); Blue value is 177 (69.53% from 255 or 54.46% from 325); Max value from RGB is 177 - color contains mainly: blue. Hex color #3262B1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3262B1 is #CD9D4E. Grayscale: #5C5C5C. Windows color (decimal): -13475151 or 11625010. OLE color: 11625010.

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

Color convert

RGB 50 98 177 -
CMYK 0.72 0.45 0 0.31
HSL 217.32º 0.56% 0.45% -
HSV(B) 217.32º 0.72% 0.69% -
XYZ 13.62 12.59 43.31 -
YUV 92.65 175.6 97.58 -
System Red Green Blue C M Y K H S L
Decimal 50 98 177 0.72 0.45 0 0.31 217.32 0.56 0.45
Hex 32 62 B1 48 2D 0 1F D9 38 2D
Octal 62 142 261 110 55 0 37 331 70 55
Binary 110010 1100010 10110001 1001000 101101 0 11111 11011001 111000 101101

Color Harmonies of #3262B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3262B1

Black with #3262B1

Text Example


Text Example

White with #3262B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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