Html Css Color HEX #3262BB Cerulean Blue

📋 copy color: '#3262BB'

red 50 ◦ green 98 ◦ blue 187

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

Shades of Cerulean Blue #3262BB

Tints of Cerulean Blue #3262BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 55.82%

R = 14.93%
G = 29.25%
B = 55.82%

CMYK

 C value IS 0.73

 M value IS 0.48

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3262BB (or 0x3262BB) is known color: Cerulean Blue. HEX triplet: 32, 62 and BB. RGB value is (50,98,187). Sum of RGB (Red+Green+Blue) = 50+98+187=335 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.93% from 335); Green value is 98 (38.67% from 255 or 29.25% from 335); Blue value is 187 (73.44% from 255 or 55.82% from 335); Max value from RGB is 187 - color contains mainly: blue. Hex color #3262BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3262BB is #CD9D44. Grayscale: #5D5D5D. Windows color (decimal): -13475141 or 12280370. OLE color: 12280370.

HSL color Cylindrical-coordinate representation of color #3262BB: hue angle of 218.98º degrees, saturation: 0.58, 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 #3262BB is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 50 98 187 -
CMYK 0.73 0.48 0 0.27
HSL 218.98º 0.58% 0.46% -
HSV(B) 218.98º 0.73% 0.73% -
XYZ 14.65 13 48.75 -
YUV 93.79 180.6 96.76 -
System Red Green Blue C M Y K H S L
Decimal 50 98 187 0.73 0.48 0 0.27 218.98 0.58 0.46
Hex 32 62 BB 49 30 0 1B DB 3A 2E
Octal 62 142 273 111 60 0 33 333 72 56
Binary 110010 1100010 10111011 1001001 110000 0 11011 11011011 111010 101110

Color Harmonies of #3262BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3262BB

Black with #3262BB

Text Example


Text Example

White with #3262BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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