Html Css Color HEX #257484 Allports

📋 copy color: '#257484'

red 37 ◦ green 116 ◦ blue 132

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

Shades of Allports #257484

Tints of Allports #257484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 46.32%

R = 12.98%
G = 40.7%
B = 46.32%

CMYK

 C value IS 0.72

 M value IS 0.12

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#257484 (or 0x257484) is known color: Allports. HEX triplet: 25, 74 and 84. RGB value is (37,116,132). Sum of RGB (Red+Green+Blue) = 37+116+132=285 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.98% from 285); Green value is 116 (45.70% from 255 or 40.70% from 285); Blue value is 132 (51.95% from 255 or 46.32% from 285); Max value from RGB is 132 - color contains mainly: blue. Hex color #257484 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257484 is #DA8B7B. Grayscale: #5E5E5E. Windows color (decimal): -14322556 or 8680485. OLE color: 8680485.

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

Color convert

RGB 37 116 132 -
CMYK 0.72 0.12 0 0.48
HSL 190.11º 0.56% 0.33% -
HSV(B) 190.11º 0.72% 0.52% -
XYZ 11.17 14.55 24.05 -
YUV 94.2 149.33 87.2 -
System Red Green Blue C M Y K H S L
Decimal 37 116 132 0.72 0.12 0 0.48 190.11 0.56 0.33
Hex 25 74 84 48 C 0 30 BE 38 21
Octal 45 164 204 110 14 0 60 276 70 41
Binary 100101 1110100 10000100 1001000 1100 0 110000 10111110 111000 100001

Color Harmonies of #257484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257484

Black with #257484

Text Example


Text Example

White with #257484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257484; }

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

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

background-color css

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

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

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

border-color css

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

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

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