#2C67B7

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

Shades of Denim #2C67B7

Tints of Denim #2C67B7

Color information

#2C67B7 (or 0x2C67B7) is unknown color: approx Denim. HEX triplet: 2C, 67 and B7. RGB value is (44,103,183). Sum of RGB (Red+Green+Blue) = 44+103+183=330 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.33% from 330); Green value is 103 (40.62% from 255 or 31.21% from 330); Blue value is 183 (71.88% from 255 or 55.45% from 330); Max value from RGB is 183 - color contains mainly: blue. Hex color #2C67B7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C67B7 is #D39848. Grayscale: #5E5E5E. Windows color (decimal): -13867081 or 12019500. OLE color: 12019500.

HSL color Cylindrical-coordinate representation of color #2C67B7: hue angle of 214.53º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2C67B7 is Cyan = 0.76, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB44103183-
CMYK0.760.4400.28
HSL214.53º61.23%44.51%-
HSV(B)214.53º75.96%71.76%-
XYZ14.4413.6546.67-
YUV94.48177.9592-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.33%
GREEN value IS 103 (40.62% from 255) = 31.21%
BLUE value IS 183 (71.88% from 255) = 55.45%
R=13.33%
G=31.21%
B=55.45%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal441031830.760.4400.28214.5361.2344.51
Hex2C67B74C2C01Cd73d2d
Octal54147267114540343277555
Binary101100110011110110111100110010110001110011010111111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C67B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C67B7; }

 p { color: rgb(44,103,183); }

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

<style>
 a { background-color: #2C67B7; }

 a { background-color: rgb(44,103,183); }

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

<style>
 span { border-color: #2C67B7; }

 span { border-color: rgb(44,103,183); }

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