Html Css Color HEX #255FAF Denim

📋 copy color: '#255FAF'

red 37 ◦ green 95 ◦ blue 175

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

Shades of Denim #255FAF

Tints of Denim #255FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 57%

R = 12.05%
G = 30.94%
B = 57%

CMYK

 C value IS 0.79

 M value IS 0.46

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#255FAF (or 0x255FAF) is known color: Denim. HEX triplet: 25, 5F and AF. RGB value is (37,95,175). Sum of RGB (Red+Green+Blue) = 37+95+175=307 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.05% from 307); Green value is 95 (37.5% from 255 or 30.94% from 307); Blue value is 175 (68.75% from 255 or 57.00% from 307); Max value from RGB is 175 - color contains mainly: blue. Hex color #255FAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255FAF is #DAA050. Grayscale: #565656. Windows color (decimal): -14327889 or 11493157. OLE color: 11493157.

HSL color Cylindrical-coordinate representation of color #255FAF: hue angle of 214.78º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #255FAF is Cyan = 0.79, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 37 95 175 -
CMYK 0.79 0.46 0 0.31
HSL 214.78º 0.65% 0.42% -
HSV(B) 214.78º 0.79% 0.69% -
XYZ 12.59 11.67 42.15 -
YUV 86.78 177.78 92.5 -
System Red Green Blue C M Y K H S L
Decimal 37 95 175 0.79 0.46 0 0.31 214.78 0.65 0.42
Hex 25 5F AF 4F 2E 0 1F D7 41 2A
Octal 45 137 257 117 56 0 37 327 101 52
Binary 100101 1011111 10101111 1001111 101110 0 11111 11010111 1000001 101010

Color Harmonies of #255FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255FAF

Black with #255FAF

Text Example


Text Example

White with #255FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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