Html Css Color HEX #25758C Allports

📋 copy color: '#25758C'

red 37 ◦ green 117 ◦ blue 140

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

Shades of Allports #25758C

Tints of Allports #25758C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 47.62%

R = 12.59%
G = 39.8%
B = 47.62%

CMYK

 C value IS 0.74

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#25758C (or 0x25758C) is known color: Allports. HEX triplet: 25, 75 and 8C. RGB value is (37,117,140). Sum of RGB (Red+Green+Blue) = 37+117+140=294 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.59% from 294); Green value is 117 (46.09% from 255 or 39.80% from 294); Blue value is 140 (55.08% from 255 or 47.62% from 294); Max value from RGB is 140 - color contains mainly: blue. Hex color #25758C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25758C is #DA8A73. Grayscale: #5F5F5F. Windows color (decimal): -14322292 or 9205029. OLE color: 9205029.

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

Color convert

RGB 37 117 140 -
CMYK 0.74 0.16 0 0.45
HSL 193.4º 0.58% 0.35% -
HSV(B) 193.4º 0.74% 0.55% -
XYZ 11.86 15.01 27.08 -
YUV 95.7 153 86.13 -
System Red Green Blue C M Y K H S L
Decimal 37 117 140 0.74 0.16 0 0.45 193.4 0.58 0.35
Hex 25 75 8C 4A 10 0 2D C1 3A 23
Octal 45 165 214 112 20 0 55 301 72 43
Binary 100101 1110101 10001100 1001010 10000 0 101101 11000001 111010 100011

Color Harmonies of #25758C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25758C

Black with #25758C

Text Example


Text Example

White with #25758C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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