Html Css Color HEX #257382 Allports

📋 copy color: '#257382'

red 37 ◦ green 115 ◦ blue 130

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

Shades of Allports #257382

Tints of Allports #257382

RGB

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

 GREEN value IS 115 (45.31% from 255) = 40.78%

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

R = 13.12%
G = 40.78%
B = 46.1%

CMYK

 C value IS 0.72

 M value IS 0.12

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#257382 (or 0x257382) is known color: Allports. HEX triplet: 25, 73 and 82. RGB value is (37,115,130). Sum of RGB (Red+Green+Blue) = 37+115+130=282 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.12% from 282); Green value is 115 (45.31% from 255 or 40.78% from 282); Blue value is 130 (51.17% from 255 or 46.10% from 282); Max value from RGB is 130 - color contains mainly: blue. Hex color #257382 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257382 is #DA8C7D. Grayscale: #5D5D5D. Windows color (decimal): -14322814 or 8549157. OLE color: 8549157.

HSL color Cylindrical-coordinate representation of color #257382: hue angle of 189.68º 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 #257382 is Cyan = 0.72, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 37 115 130 -
CMYK 0.72 0.12 0 0.49
HSL 189.68º 0.56% 0.33% -
HSV(B) 189.68º 0.72% 0.51% -
XYZ 10.92 14.27 23.3 -
YUV 93.39 148.66 87.78 -
System Red Green Blue C M Y K H S L
Decimal 37 115 130 0.72 0.12 0 0.49 189.68 0.56 0.33
Hex 25 73 82 48 C 0 31 BE 38 21
Octal 45 163 202 110 14 0 61 276 70 41
Binary 100101 1110011 10000010 1001000 1100 0 110001 10111110 111000 100001

Color Harmonies of #257382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257382

Black with #257382

Text Example


Text Example

White with #257382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257382; }

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

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

background-color css

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

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

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

border-color css

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

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

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