Html Css Color HEX #255FB2 Denim

📋 copy color: '#255FB2'

red 37 ◦ green 95 ◦ blue 178

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

Shades of Denim #255FB2

Tints of Denim #255FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 57.42%

R = 11.94%
G = 30.65%
B = 57.42%

CMYK

 C value IS 0.79

 M value IS 0.47

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#255FB2 (or 0x255FB2) is known color: Denim. HEX triplet: 25, 5F and B2. RGB value is (37,95,178). Sum of RGB (Red+Green+Blue) = 37+95+178=310 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.94% from 310); Green value is 95 (37.5% from 255 or 30.65% from 310); Blue value is 178 (69.92% from 255 or 57.42% from 310); Max value from RGB is 178 - color contains mainly: blue. Hex color #255FB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255FB2 is #DAA04D. Grayscale: #565656. Windows color (decimal): -14327886 or 11689765. OLE color: 11689765.

HSL color Cylindrical-coordinate representation of color #255FB2: hue angle of 215.32º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #255FB2 is Cyan = 0.79, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 37 95 178 -
CMYK 0.79 0.47 0 0.30
HSL 215.32º 0.66% 0.42% -
HSV(B) 215.32º 0.79% 0.7% -
XYZ 12.89 11.79 43.72 -
YUV 87.12 179.28 92.25 -
System Red Green Blue C M Y K H S L
Decimal 37 95 178 0.79 0.47 0 0.30 215.32 0.66 0.42
Hex 25 5F B2 4F 2F 0 1E D7 42 2A
Octal 45 137 262 117 57 0 36 327 102 52
Binary 100101 1011111 10110010 1001111 101111 0 11110 11010111 1000010 101010

Color Harmonies of #255FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255FB2

Black with #255FB2

Text Example


Text Example

White with #255FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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