Html Css Color HEX #275FAD Denim

📋 copy color: '#275FAD'

red 39 ◦ green 95 ◦ blue 173

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

Shades of Denim #275FAD

Tints of Denim #275FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 56.35%

R = 12.7%
G = 30.94%
B = 56.35%

CMYK

 C value IS 0.77

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#275FAD (or 0x275FAD) is known color: Denim. HEX triplet: 27, 5F and AD. RGB value is (39,95,173). Sum of RGB (Red+Green+Blue) = 39+95+173=307 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.70% from 307); Green value is 95 (37.5% from 255 or 30.94% from 307); Blue value is 173 (67.97% from 255 or 56.35% from 307); Max value from RGB is 173 - color contains mainly: blue. Hex color #275FAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275FAD is #D8A052. Grayscale: #565656. Windows color (decimal): -14196819 or 11362087. OLE color: 11362087.

HSL color Cylindrical-coordinate representation of color #275FAD: hue angle of 214.93º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #275FAD is Cyan = 0.77, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 39 95 173 -
CMYK 0.77 0.45 0 0.32
HSL 214.93º 0.63% 0.42% -
HSV(B) 214.93º 0.77% 0.68% -
XYZ 12.47 11.63 41.12 -
YUV 87.15 176.45 93.66 -
System Red Green Blue C M Y K H S L
Decimal 39 95 173 0.77 0.45 0 0.32 214.93 0.63 0.42
Hex 27 5F AD 4D 2D 0 20 D7 3F 2A
Octal 47 137 255 115 55 0 40 327 77 52
Binary 100111 1011111 10101101 1001101 101101 0 100000 11010111 111111 101010

Color Harmonies of #275FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275FAD

Black with #275FAD

Text Example


Text Example

White with #275FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275FAD; }

 p { color: rgb(39,95,173); }

 H1.HeaderClassName
 {
   color: #275FAD;
 }
 .AnyTagClassName
 {
   color: #275FAD;
 }
</style>

background-color css

<style>
 a { background-color: #275FAD; }

 a { background-color: rgb(39,95,173); }

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

border-color css

<style>
 span { border-color: #275FAD; }

 span { border-color: rgb(39,95,173); }

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