Html Css Color HEX #257582 Allports

📋 copy color: '#257582'

red 37 ◦ green 117 ◦ blue 130

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

Shades of Allports #257582

Tints of Allports #257582

RGB

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

 GREEN value IS 117 (46.09% from 255) = 41.2%

 BLUE value IS 130 (51.17% from 255) = 45.77%

R = 13.03%
G = 41.2%
B = 45.77%

CMYK

 C value IS 0.72

 M value IS 0.1

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#257582 (or 0x257582) is known color: Allports. HEX triplet: 25, 75 and 82. RGB value is (37,117,130). Sum of RGB (Red+Green+Blue) = 37+117+130=284 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.03% from 284); Green value is 117 (46.09% from 255 or 41.20% from 284); Blue value is 130 (51.17% from 255 or 45.77% from 284); Max value from RGB is 130 - color contains mainly: blue. Hex color #257582 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257582 is #DA8A7D. Grayscale: #5E5E5E. Windows color (decimal): -14322302 or 8549669. OLE color: 8549669.

HSL color Cylindrical-coordinate representation of color #257582: hue angle of 188.39º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #257582 is Cyan = 0.72, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 37 117 130 -
CMYK 0.72 0.1 0 0.49
HSL 188.39º 0.56% 0.33% -
HSV(B) 188.39º 0.72% 0.51% -
XYZ 11.15 14.73 23.37 -
YUV 94.56 148 86.94 -
System Red Green Blue C M Y K H S L
Decimal 37 117 130 0.72 0.1 0 0.49 188.39 0.56 0.33
Hex 25 75 82 48 A 0 31 BC 38 21
Octal 45 165 202 110 12 0 61 274 70 41
Binary 100101 1110101 10000010 1001000 1010 0 110001 10111100 111000 100001

Color Harmonies of #257582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257582

Black with #257582

Text Example


Text Example

White with #257582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257582; }

 p { color: rgb(37,117,130); }

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

background-color css

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

 a { background-color: rgb(37,117,130); }

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

border-color css

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

 span { border-color: rgb(37,117,130); }

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