Html Css Color HEX #276CCD Denim

📋 copy color: '#276CCD'

red 39 ◦ green 108 ◦ blue 205

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

Shades of Denim #276CCD

Tints of Denim #276CCD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.68%

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

R = 11.08%
G = 30.68%
B = 58.24%

CMYK

 C value IS 0.81

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#276CCD (or 0x276CCD) is known color: Denim. HEX triplet: 27, 6C and CD. RGB value is (39,108,205). Sum of RGB (Red+Green+Blue) = 39+108+205=352 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.08% from 352); Green value is 108 (42.58% from 255 or 30.68% from 352); Blue value is 205 (80.47% from 255 or 58.24% from 352); Max value from RGB is 205 - color contains mainly: blue. Hex color #276CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #276CCD is #D89332. Grayscale: #616161. Windows color (decimal): -14193459 or 13462567. OLE color: 13462567.

HSL color Cylindrical-coordinate representation of color #276CCD: hue angle of 215.06º 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 #276CCD is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 39 108 205 -
CMYK 0.81 0.47 0 0.20
HSL 215.06º 0.68% 0.48% -
HSV(B) 215.06º 0.81% 0.8% -
XYZ 17.22 15.56 59.85 -
YUV 98.43 188.14 85.61 -
System Red Green Blue C M Y K H S L
Decimal 39 108 205 0.81 0.47 0 0.20 215.06 0.68 0.48
Hex 27 6C CD 51 2F 0 14 D7 44 30
Octal 47 154 315 121 57 0 24 327 104 60
Binary 100111 1101100 11001101 1010001 101111 0 10100 11010111 1000100 110000

Color Harmonies of #276CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276CCD

Black with #276CCD

Text Example


Text Example

White with #276CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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