#3267BE

Color #3267BE Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #3267BE

Tints of Cerulean Blue #3267BE

Color information

#3267BE (or 0x3267BE) is unknown color: approx Cerulean Blue. HEX triplet: 32, 67 and BE. RGB value is (50,103,190). Sum of RGB (Red+Green+Blue) = 50+103+190=343 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.58% from 343); Green value is 103 (40.62% from 255 or 30.03% from 343); Blue value is 190 (74.61% from 255 or 55.39% from 343); Max value from RGB is 190 - color contains mainly: blue. Hex color #3267BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3267BE is #CD9841. Grayscale: #606060. Windows color (decimal): -13473858 or 12478258. OLE color: 12478258.

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

Color convert

RGB50103190-
CMYK0.740.4600.25
HSL217.29º58.33%47.06%-
HSV(B)217.29º73.68%74.51%-
XYZ15.4614.150.62-
YUV97.07180.4494.43-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.58%
GREEN value IS 103 (40.62% from 255) = 30.03%
BLUE value IS 190 (74.61% from 255) = 55.39%
R=14.58%
G=30.03%
B=55.39%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal501031900.740.4600.25217.2958.3347.06
Hex3267BE4A2E019d93a2f
Octal62147276112560313317257
Binary110010110011110111110100101010111001100111011001111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3267BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3267BE; }

 p { color: rgb(50,103,190); }

 H1.HeaderClassName
 {
   color: #3267BE;
 }
 .AnyTagClassName
 {
   color: #3267BE;
 }
</style>
background-color css

<style>
 a { background-color: #3267BE; }

 a { background-color: rgb(50,103,190); }

 div.DivClassName
 {
   background-color: #3267BE;
 }
 .BgClassName
 {
   background-color: #3267BE;
 }
</style>
border-color css

<style>
 span { border-color: #3267BE; }

 span { border-color: rgb(50,103,190); }

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