Html Css Color HEX #276FCD Denim

📋 copy color: '#276FCD'

red 39 ◦ green 111 ◦ blue 205

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

Shades of Denim #276FCD

Tints of Denim #276FCD

RGB

 RED value IS 39 (15.63% from 255) = 10.99%

 GREEN value IS 111 (43.75% from 255) = 31.27%

 BLUE value IS 205 (80.47% from 255) = 57.75%

R = 10.99%
G = 31.27%
B = 57.75%

CMYK

 C value IS 0.81

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#276FCD (or 0x276FCD) is known color: Denim. HEX triplet: 27, 6F and CD. RGB value is (39,111,205). Sum of RGB (Red+Green+Blue) = 39+111+205=355 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.99% from 355); Green value is 111 (43.75% from 255 or 31.27% from 355); Blue value is 205 (80.47% from 255 or 57.75% from 355); Max value from RGB is 205 - color contains mainly: blue. Hex color #276FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #276FCD is #D89032. Grayscale: #636363. Windows color (decimal): -14192691 or 13463335. OLE color: 13463335.

HSL color Cylindrical-coordinate representation of color #276FCD: hue angle of 213.98º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #276FCD is Cyan = 0.81, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 39 111 205 -
CMYK 0.81 0.46 0 0.20
HSL 213.98º 0.68% 0.48% -
HSV(B) 213.98º 0.81% 0.8% -
XYZ 17.54 16.21 59.96 -
YUV 100.19 187.15 84.36 -
System Red Green Blue C M Y K H S L
Decimal 39 111 205 0.81 0.46 0 0.20 213.98 0.68 0.48
Hex 27 6F CD 51 2E 0 14 D6 44 30
Octal 47 157 315 121 56 0 24 326 104 60
Binary 100111 1101111 11001101 1010001 101110 0 10100 11010110 1000100 110000

Color Harmonies of #276FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276FCD

Black with #276FCD

Text Example


Text Example

White with #276FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276FCD; }

 p { color: rgb(39,111,205); }

 H1.HeaderClassName
 {
   color: #276FCD;
 }
 .AnyTagClassName
 {
   color: #276FCD;
 }
</style>

background-color css

<style>
 a { background-color: #276FCD; }

 a { background-color: rgb(39,111,205); }

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

border-color css

<style>
 span { border-color: #276FCD; }

 span { border-color: rgb(39,111,205); }

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