#2263CC

Color #2263CC Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #2263CC

Tints of Denim #2263CC

Color information

#2263CC (or 0x2263CC) is unknown color: approx Denim. HEX triplet: 22, 63 and CC. RGB value is (34,99,204). Sum of RGB (Red+Green+Blue) = 34+99+204=337 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.09% from 337); Green value is 99 (39.06% from 255 or 29.38% from 337); Blue value is 204 (80.08% from 255 or 60.53% from 337); Max value from RGB is 204 - color contains mainly: blue. Hex color #2263CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2263CC is #DD9C33. Grayscale: #5B5B5B. Windows color (decimal): -14523444 or 13394722. OLE color: 13394722.

HSL color Cylindrical-coordinate representation of color #2263CC: hue angle of 217.06º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2263CC is Cyan = 0.83, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB3499204-
CMYK0.830.5100.2
HSL217.06º71.43%46.67%-
HSV(B)217.06º83.33%80%-
XYZ16.0213.6258.91-
YUV91.54191.4786.96-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.09%
GREEN value IS 99 (39.06% from 255) = 29.38%
BLUE value IS 204 (80.08% from 255) = 60.53%
R=10.09%
G=29.38%
B=60.53%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal34992040.830.5100.2217.0671.4346.67
Hex2263CC5333014d9472f
Octal421433141236302433110757
Binary1000101100011110011001010011110011010100110110011000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2263CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2263CC; }

 p { color: rgb(34,99,204); }

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

<style>
 a { background-color: #2263CC; }

 a { background-color: rgb(34,99,204); }

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

<style>
 span { border-color: #2263CC; }

 span { border-color: rgb(34,99,204); }

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