Html Css Color HEX #25758A Allports

📋 copy color: '#25758A'

red 37 ◦ green 117 ◦ blue 138

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

Shades of Allports #25758A

Tints of Allports #25758A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 47.26%

R = 12.67%
G = 40.07%
B = 47.26%

CMYK

 C value IS 0.73

 M value IS 0.15

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#25758A (or 0x25758A) is known color: Allports. HEX triplet: 25, 75 and 8A. RGB value is (37,117,138). Sum of RGB (Red+Green+Blue) = 37+117+138=292 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.67% from 292); Green value is 117 (46.09% from 255 or 40.07% from 292); Blue value is 138 (54.30% from 255 or 47.26% from 292); Max value from RGB is 138 - color contains mainly: blue. Hex color #25758A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25758A is #DA8A75. Grayscale: #5F5F5F. Windows color (decimal): -14322294 or 9073957. OLE color: 9073957.

HSL color Cylindrical-coordinate representation of color #25758A: hue angle of 192.48º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #25758A is Cyan = 0.73, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 37 117 138 -
CMYK 0.73 0.15 0 0.46
HSL 192.48º 0.58% 0.34% -
HSV(B) 192.48º 0.73% 0.54% -
XYZ 11.71 14.95 26.31 -
YUV 95.47 152 86.29 -
System Red Green Blue C M Y K H S L
Decimal 37 117 138 0.73 0.15 0 0.46 192.48 0.58 0.34
Hex 25 75 8A 49 F 0 2E C0 3A 22
Octal 45 165 212 111 17 0 56 300 72 42
Binary 100101 1110101 10001010 1001001 1111 0 101110 11000000 111010 100010

Color Harmonies of #25758A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25758A

Black with #25758A

Text Example


Text Example

White with #25758A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25758A; }

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

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

background-color css

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

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

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

border-color css

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

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

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