Html Css Color HEX #257381 Allports

📋 copy color: '#257381'

red 37 ◦ green 115 ◦ blue 129

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

Shades of Allports #257381

Tints of Allports #257381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 45.91%

R = 13.17%
G = 40.93%
B = 45.91%

CMYK

 C value IS 0.71

 M value IS 0.11

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#257381 (or 0x257381) is known color: Allports. HEX triplet: 25, 73 and 81. RGB value is (37,115,129). Sum of RGB (Red+Green+Blue) = 37+115+129=281 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.17% from 281); Green value is 115 (45.31% from 255 or 40.93% from 281); Blue value is 129 (50.78% from 255 or 45.91% from 281); Max value from RGB is 129 - color contains mainly: blue. Hex color #257381 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257381 is #DA8C7E. Grayscale: #5D5D5D. Windows color (decimal): -14322815 or 8483621. OLE color: 8483621.

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

Color convert

RGB 37 115 129 -
CMYK 0.71 0.11 0 0.49
HSL 189.13º 0.55% 0.33% -
HSV(B) 189.13º 0.71% 0.51% -
XYZ 10.86 14.24 22.95 -
YUV 93.27 148.16 87.86 -
System Red Green Blue C M Y K H S L
Decimal 37 115 129 0.71 0.11 0 0.49 189.13 0.55 0.33
Hex 25 73 81 47 B 0 31 BD 37 21
Octal 45 163 201 107 13 0 61 275 67 41
Binary 100101 1110011 10000001 1000111 1011 0 110001 10111101 110111 100001

Color Harmonies of #257381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257381

Black with #257381

Text Example


Text Example

White with #257381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257381; }

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

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

background-color css

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

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

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

border-color css

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

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

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