Html Css Color HEX #276CCB Denim

📋 copy color: '#276CCB'

red 39 ◦ green 108 ◦ blue 203

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

Shades of Denim #276CCB

Tints of Denim #276CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 58%

R = 11.14%
G = 30.86%
B = 58%

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

#276CCB (or 0x276CCB) is known color: Denim. HEX triplet: 27, 6C and CB. RGB value is (39,108,203). Sum of RGB (Red+Green+Blue) = 39+108+203=350 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.14% from 350); Green value is 108 (42.58% from 255 or 30.86% from 350); Blue value is 203 (79.69% from 255 or 58% from 350); Max value from RGB is 203 - color contains mainly: blue. Hex color #276CCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #276CCB is #D89334. Grayscale: #616161. Windows color (decimal): -14193461 or 13331495. OLE color: 13331495.

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

Color convert

RGB 39 108 203 -
CMYK 0.81 0.47 0 0.20
HSL 214.76º 0.68% 0.47% -
HSV(B) 214.76º 0.81% 0.8% -
XYZ 16.98 15.47 58.59 -
YUV 98.2 187.14 85.78 -
System Red Green Blue C M Y K H S L
Decimal 39 108 203 0.81 0.47 0 0.20 214.76 0.68 0.47
Hex 27 6C CB 51 2F 0 14 D7 44 2F
Octal 47 154 313 121 57 0 24 327 104 57
Binary 100111 1101100 11001011 1010001 101111 0 10100 11010111 1000100 101111

Color Harmonies of #276CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276CCB

Black with #276CCB

Text Example


Text Example

White with #276CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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