#3263BC

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

Shades of Cerulean Blue #3263BC

Tints of Cerulean Blue #3263BC

Color information

#3263BC (or 0x3263BC) is unknown color: approx Cerulean Blue. HEX triplet: 32, 63 and BC. RGB value is (50,99,188). Sum of RGB (Red+Green+Blue) = 50+99+188=337 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.84% from 337); Green value is 99 (39.06% from 255 or 29.38% from 337); Blue value is 188 (73.83% from 255 or 55.79% from 337); Max value from RGB is 188 - color contains mainly: blue. Hex color #3263BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3263BC is #CD9C43. Grayscale: #5E5E5E. Windows color (decimal): -13474884 or 12346162. OLE color: 12346162.

HSL color Cylindrical-coordinate representation of color #3263BC: hue angle of 218.7º 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 #3263BC is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB5099188-
CMYK0.730.4700.26
HSL218.7º57.98%46.67%-
HSV(B)218.7º73.4%73.73%-
XYZ14.8513.2349.35-
YUV94.5180.7796.26-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.84%
GREEN value IS 99 (39.06% from 255) = 29.38%
BLUE value IS 188 (73.83% from 255) = 55.79%
R=14.84%
G=29.38%
B=55.79%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal50991880.730.4700.26218.757.9846.67
Hex3263BC492F01Adb3a2f
Octal62143274111570323337257
Binary110010110001110111100100100110111101101011011011111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3263BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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