Html Css Color HEX #257483 Allports

📋 copy color: '#257483'

red 37 ◦ green 116 ◦ blue 131

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

Shades of Allports #257483

Tints of Allports #257483

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.85%

 BLUE value IS 131 (51.56% from 255) = 46.13%

R = 13.03%
G = 40.85%
B = 46.13%

CMYK

 C value IS 0.72

 M value IS 0.11

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#257483 (or 0x257483) is known color: Allports. HEX triplet: 25, 74 and 83. RGB value is (37,116,131). Sum of RGB (Red+Green+Blue) = 37+116+131=284 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.03% from 284); Green value is 116 (45.70% from 255 or 40.85% from 284); Blue value is 131 (51.56% from 255 or 46.13% from 284); Max value from RGB is 131 - color contains mainly: blue. Hex color #257483 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257483 is #DA8B7C. Grayscale: #5D5D5D. Windows color (decimal): -14322557 or 8614949. OLE color: 8614949.

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

Color convert

RGB 37 116 131 -
CMYK 0.72 0.11 0 0.49
HSL 189.57º 0.56% 0.33% -
HSV(B) 189.57º 0.72% 0.51% -
XYZ 11.11 14.52 23.69 -
YUV 94.09 148.83 87.28 -
System Red Green Blue C M Y K H S L
Decimal 37 116 131 0.72 0.11 0 0.49 189.57 0.56 0.33
Hex 25 74 83 48 B 0 31 BE 38 21
Octal 45 164 203 110 13 0 61 276 70 41
Binary 100101 1110100 10000011 1001000 1011 0 110001 10111110 111000 100001

Color Harmonies of #257483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257483

Black with #257483

Text Example


Text Example

White with #257483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257483; }

 p { color: rgb(37,116,131); }

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

background-color css

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

 a { background-color: rgb(37,116,131); }

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

border-color css

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

 span { border-color: rgb(37,116,131); }

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