Html Css Color HEX #25748D Allports

📋 copy color: '#25748D'

red 37 ◦ green 116 ◦ blue 141

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

Shades of Allports #25748D

Tints of Allports #25748D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 47.96%

R = 12.59%
G = 39.46%
B = 47.96%

CMYK

 C value IS 0.74

 M value IS 0.18

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#25748D (or 0x25748D) is known color: Allports. HEX triplet: 25, 74 and 8D. RGB value is (37,116,141). Sum of RGB (Red+Green+Blue) = 37+116+141=294 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.59% from 294); Green value is 116 (45.70% from 255 or 39.46% from 294); Blue value is 141 (55.47% from 255 or 47.96% from 294); Max value from RGB is 141 - color contains mainly: blue. Hex color #25748D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25748D is #DA8B72. Grayscale: #5F5F5F. Windows color (decimal): -14322547 or 9270309. OLE color: 9270309.

HSL color Cylindrical-coordinate representation of color #25748D: hue angle of 194.42º 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 #25748D is Cyan = 0.74, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 37 116 141 -
CMYK 0.74 0.18 0 0.45
HSL 194.42º 0.58% 0.35% -
HSV(B) 194.42º 0.74% 0.55% -
XYZ 11.82 14.81 27.43 -
YUV 95.23 153.83 86.47 -
System Red Green Blue C M Y K H S L
Decimal 37 116 141 0.74 0.18 0 0.45 194.42 0.58 0.35
Hex 25 74 8D 4A 12 0 2D C2 3A 23
Octal 45 164 215 112 22 0 55 302 72 43
Binary 100101 1110100 10001101 1001010 10010 0 101101 11000010 111010 100011

Color Harmonies of #25748D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25748D

Black with #25748D

Text Example


Text Example

White with #25748D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25748D; }

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

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

background-color css

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

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

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

border-color css

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

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

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