Html Css Color HEX #275FAE Denim

📋 copy color: '#275FAE'

red 39 ◦ green 95 ◦ blue 174

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

Shades of Denim #275FAE

Tints of Denim #275FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 56.49%

R = 12.66%
G = 30.84%
B = 56.49%

CMYK

 C value IS 0.78

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#275FAE (or 0x275FAE) is known color: Denim. HEX triplet: 27, 5F and AE. RGB value is (39,95,174). Sum of RGB (Red+Green+Blue) = 39+95+174=308 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.66% from 308); Green value is 95 (37.5% from 255 or 30.84% from 308); Blue value is 174 (68.36% from 255 or 56.49% from 308); Max value from RGB is 174 - color contains mainly: blue. Hex color #275FAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275FAE is #D8A051. Grayscale: #565656. Windows color (decimal): -14196818 or 11427623. OLE color: 11427623.

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

Color convert

RGB 39 95 174 -
CMYK 0.78 0.45 0 0.32
HSL 215.11º 0.63% 0.42% -
HSV(B) 215.11º 0.78% 0.68% -
XYZ 12.57 11.67 41.63 -
YUV 87.26 176.95 93.58 -
System Red Green Blue C M Y K H S L
Decimal 39 95 174 0.78 0.45 0 0.32 215.11 0.63 0.42
Hex 27 5F AE 4E 2D 0 20 D7 3F 2A
Octal 47 137 256 116 55 0 40 327 77 52
Binary 100111 1011111 10101110 1001110 101101 0 100000 11010111 111111 101010

Color Harmonies of #275FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275FAE

Black with #275FAE

Text Example


Text Example

White with #275FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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