Html Css Color HEX #3266BC Cerulean Blue

📋 copy color: '#3266BC'

red 50 ◦ green 102 ◦ blue 188

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

Shades of Cerulean Blue #3266BC

Tints of Cerulean Blue #3266BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 55.29%

R = 14.71%
G = 30%
B = 55.29%

CMYK

 C value IS 0.73

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3266BC (or 0x3266BC) is known color: Cerulean Blue. HEX triplet: 32, 66 and BC. RGB value is (50,102,188). Sum of RGB (Red+Green+Blue) = 50+102+188=340 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.71% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 188 (73.83% from 255 or 55.29% from 340); Max value from RGB is 188 - color contains mainly: blue. Hex color #3266BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3266BC is #CD9943. Grayscale: #5F5F5F. Windows color (decimal): -13474116 or 12346930. OLE color: 12346930.

HSL color Cylindrical-coordinate representation of color #3266BC: hue angle of 217.39º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3266BC is Cyan = 0.73, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 50 102 188 -
CMYK 0.73 0.46 0 0.26
HSL 217.39º 0.58% 0.47% -
HSV(B) 217.39º 0.73% 0.74% -
XYZ 15.14 13.81 49.44 -
YUV 96.26 179.77 95.01 -
System Red Green Blue C M Y K H S L
Decimal 50 102 188 0.73 0.46 0 0.26 217.39 0.58 0.47
Hex 32 66 BC 49 2E 0 1A D9 3A 2F
Octal 62 146 274 111 56 0 32 331 72 57
Binary 110010 1100110 10111100 1001001 101110 0 11010 11011001 111010 101111

Color Harmonies of #3266BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3266BC

Black with #3266BC

Text Example


Text Example

White with #3266BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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