Html Css Color HEX #257088 Allports

📋 copy color: '#257088'

red 37 ◦ green 112 ◦ blue 136

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

Shades of Allports #257088

Tints of Allports #257088

RGB

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

 GREEN value IS 112 (44.14% from 255) = 39.3%

 BLUE value IS 136 (53.52% from 255) = 47.72%

R = 12.98%
G = 39.3%
B = 47.72%

CMYK

 C value IS 0.73

 M value IS 0.18

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#257088 (or 0x257088) is known color: Allports. HEX triplet: 25, 70 and 88. RGB value is (37,112,136). Sum of RGB (Red+Green+Blue) = 37+112+136=285 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.98% from 285); Green value is 112 (44.14% from 255 or 39.30% from 285); Blue value is 136 (53.52% from 255 or 47.72% from 285); Max value from RGB is 136 - color contains mainly: blue. Hex color #257088 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257088 is #DA8F77. Grayscale: #5C5C5C. Windows color (decimal): -14323576 or 8941605. OLE color: 8941605.

HSL color Cylindrical-coordinate representation of color #257088: hue angle of 194.55º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #257088 is Cyan = 0.73, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 37 112 136 -
CMYK 0.73 0.18 0 0.47
HSL 194.55º 0.57% 0.34% -
HSV(B) 194.55º 0.73% 0.53% -
XYZ 11 13.76 25.37 -
YUV 92.31 152.65 88.55 -
System Red Green Blue C M Y K H S L
Decimal 37 112 136 0.73 0.18 0 0.47 194.55 0.57 0.34
Hex 25 70 88 49 12 0 2F C3 39 22
Octal 45 160 210 111 22 0 57 303 71 42
Binary 100101 1110000 10001000 1001001 10010 0 101111 11000011 111001 100010

Color Harmonies of #257088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257088

Black with #257088

Text Example


Text Example

White with #257088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257088; }

 p { color: rgb(37,112,136); }

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

background-color css

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

 a { background-color: rgb(37,112,136); }

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

border-color css

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

 span { border-color: rgb(37,112,136); }

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