Html Css Color HEX #215FB3 Denim

📋 copy color: '#215FB3'

red 33 ◦ green 95 ◦ blue 179

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

Shades of Denim #215FB3

Tints of Denim #215FB3

RGB

 RED value IS 33 (13.28% from 255) = 10.75%

 GREEN value IS 95 (37.5% from 255) = 30.94%

 BLUE value IS 179 (70.31% from 255) = 58.31%

R = 10.75%
G = 30.94%
B = 58.31%

CMYK

 C value IS 0.82

 M value IS 0.47

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#215FB3 (or 0x215FB3) is known color: Denim. HEX triplet: 21, 5F and B3. RGB value is (33,95,179). Sum of RGB (Red+Green+Blue) = 33+95+179=307 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.75% from 307); Green value is 95 (37.5% from 255 or 30.94% from 307); Blue value is 179 (70.31% from 255 or 58.31% from 307); Max value from RGB is 179 - color contains mainly: blue. Hex color #215FB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215FB3 is #DEA04C. Grayscale: #555555. Windows color (decimal): -14590029 or 11755297. OLE color: 11755297.

HSL color Cylindrical-coordinate representation of color #215FB3: hue angle of 214.52º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #215FB3 is Cyan = 0.82, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 33 95 179 -
CMYK 0.82 0.47 0 0.30
HSL 214.52º 0.69% 0.42% -
HSV(B) 214.52º 0.82% 0.7% -
XYZ 12.86 11.76 44.24 -
YUV 86.04 180.46 90.17 -
System Red Green Blue C M Y K H S L
Decimal 33 95 179 0.82 0.47 0 0.30 214.52 0.69 0.42
Hex 21 5F B3 52 2F 0 1E D7 45 2A
Octal 41 137 263 122 57 0 36 327 105 52
Binary 100001 1011111 10110011 1010010 101111 0 11110 11010111 1000101 101010

Color Harmonies of #215FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215FB3

Black with #215FB3

Text Example


Text Example

White with #215FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215FB3; }

 p { color: rgb(33,95,179); }

 H1.HeaderClassName
 {
   color: #215FB3;
 }
 .AnyTagClassName
 {
   color: #215FB3;
 }
</style>

background-color css

<style>
 a { background-color: #215FB3; }

 a { background-color: rgb(33,95,179); }

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

border-color css

<style>
 span { border-color: #215FB3; }

 span { border-color: rgb(33,95,179); }

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