Html Css Color HEX #25758B Allports

📋 copy color: '#25758B'

red 37 ◦ green 117 ◦ blue 139

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

Shades of Allports #25758B

Tints of Allports #25758B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 47.44%

R = 12.63%
G = 39.93%
B = 47.44%

CMYK

 C value IS 0.73

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#25758B (or 0x25758B) is known color: Allports. HEX triplet: 25, 75 and 8B. RGB value is (37,117,139). Sum of RGB (Red+Green+Blue) = 37+117+139=293 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.63% from 293); Green value is 117 (46.09% from 255 or 39.93% from 293); Blue value is 139 (54.69% from 255 or 47.44% from 293); Max value from RGB is 139 - color contains mainly: blue. Hex color #25758B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25758B is #DA8A74. Grayscale: #5F5F5F. Windows color (decimal): -14322293 or 9139493. OLE color: 9139493.

HSL color Cylindrical-coordinate representation of color #25758B: hue angle of 192.94º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #25758B is Cyan = 0.73, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 37 117 139 -
CMYK 0.73 0.16 0 0.45
HSL 192.94º 0.58% 0.35% -
HSV(B) 192.94º 0.73% 0.55% -
XYZ 11.78 14.98 26.7 -
YUV 95.59 152.5 86.21 -
System Red Green Blue C M Y K H S L
Decimal 37 117 139 0.73 0.16 0 0.45 192.94 0.58 0.35
Hex 25 75 8B 49 10 0 2D C1 3A 23
Octal 45 165 213 111 20 0 55 301 72 43
Binary 100101 1110101 10001011 1001001 10000 0 101101 11000001 111010 100011

Color Harmonies of #25758B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25758B

Black with #25758B

Text Example


Text Example

White with #25758B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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