Html Css Color HEX #3266BB Cerulean Blue

📋 copy color: '#3266BB'

red 50 ◦ green 102 ◦ blue 187

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

Shades of Cerulean Blue #3266BB

Tints of Cerulean Blue #3266BB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.09%

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

R = 14.75%
G = 30.09%
B = 55.16%

CMYK

 C value IS 0.73

 M value IS 0.45

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3266BB (or 0x3266BB) is known color: Cerulean Blue. HEX triplet: 32, 66 and BB. RGB value is (50,102,187). Sum of RGB (Red+Green+Blue) = 50+102+187=339 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.75% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 187 (73.44% from 255 or 55.16% from 339); Max value from RGB is 187 - color contains mainly: blue. Hex color #3266BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3266BB is #CD9944. Grayscale: #5F5F5F. Windows color (decimal): -13474117 or 12281394. OLE color: 12281394.

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

Color convert

RGB 50 102 187 -
CMYK 0.73 0.45 0 0.27
HSL 217.23º 0.58% 0.46% -
HSV(B) 217.23º 0.73% 0.73% -
XYZ 15.04 13.77 48.88 -
YUV 96.14 179.27 95.09 -
System Red Green Blue C M Y K H S L
Decimal 50 102 187 0.73 0.45 0 0.27 217.23 0.58 0.46
Hex 32 66 BB 49 2D 0 1B D9 3A 2E
Octal 62 146 273 111 55 0 33 331 72 56
Binary 110010 1100110 10111011 1001001 101101 0 11011 11011001 111010 101110

Color Harmonies of #3266BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3266BB

Black with #3266BB

Text Example


Text Example

White with #3266BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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