Html Css Color HEX #255FAC Denim

📋 copy color: '#255FAC'

red 37 ◦ green 95 ◦ blue 172

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

Shades of Denim #255FAC

Tints of Denim #255FAC

RGB

 RED value IS 37 (14.84% from 255) = 12.17%

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

 BLUE value IS 172 (67.58% from 255) = 56.58%

R = 12.17%
G = 31.25%
B = 56.58%

CMYK

 C value IS 0.78

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#255FAC (or 0x255FAC) is known color: Denim. HEX triplet: 25, 5F and AC. RGB value is (37,95,172). Sum of RGB (Red+Green+Blue) = 37+95+172=304 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.17% from 304); Green value is 95 (37.5% from 255 or 31.25% from 304); Blue value is 172 (67.58% from 255 or 56.58% from 304); Max value from RGB is 172 - color contains mainly: blue. Hex color #255FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255FAC is #DAA053. Grayscale: #565656. Windows color (decimal): -14327892 or 11296549. OLE color: 11296549.

HSL color Cylindrical-coordinate representation of color #255FAC: hue angle of 214.22º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #255FAC is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 37 95 172 -
CMYK 0.78 0.45 0 0.33
HSL 214.22º 0.65% 0.41% -
HSV(B) 214.22º 0.78% 0.67% -
XYZ 12.3 11.56 40.61 -
YUV 86.44 176.28 92.74 -
System Red Green Blue C M Y K H S L
Decimal 37 95 172 0.78 0.45 0 0.33 214.22 0.65 0.41
Hex 25 5F AC 4E 2D 0 21 D6 41 29
Octal 45 137 254 116 55 0 41 326 101 51
Binary 100101 1011111 10101100 1001110 101101 0 100001 11010110 1000001 101001

Color Harmonies of #255FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255FAC

Black with #255FAC

Text Example


Text Example

White with #255FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255FAC; }

 p { color: rgb(37,95,172); }

 H1.HeaderClassName
 {
   color: #255FAC;
 }
 .AnyTagClassName
 {
   color: #255FAC;
 }
</style>

background-color css

<style>
 a { background-color: #255FAC; }

 a { background-color: rgb(37,95,172); }

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

border-color css

<style>
 span { border-color: #255FAC; }

 span { border-color: rgb(37,95,172); }

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