Html Css Color HEX #25738C Allports

📋 copy color: '#25738C'

red 37 ◦ green 115 ◦ blue 140

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

Shades of Allports #25738C

Tints of Allports #25738C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 39.38%

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

R = 12.67%
G = 39.38%
B = 47.95%

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

#25738C (or 0x25738C) is known color: Allports. HEX triplet: 25, 73 and 8C. RGB value is (37,115,140). Sum of RGB (Red+Green+Blue) = 37+115+140=292 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.67% from 292); Green value is 115 (45.31% from 255 or 39.38% from 292); Blue value is 140 (55.08% from 255 or 47.95% from 292); Max value from RGB is 140 - color contains mainly: blue. Hex color #25738C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25738C is #DA8C73. Grayscale: #5E5E5E. Windows color (decimal): -14322804 or 9204517. OLE color: 9204517.

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

Color convert

RGB 37 115 140 -
CMYK 0.74 0.18 0 0.45
HSL 194.56º 0.58% 0.35% -
HSV(B) 194.56º 0.74% 0.55% -
XYZ 11.63 14.55 27.01 -
YUV 94.53 153.66 86.97 -
System Red Green Blue C M Y K H S L
Decimal 37 115 140 0.74 0.18 0 0.45 194.56 0.58 0.35
Hex 25 73 8C 4A 12 0 2D C3 3A 23
Octal 45 163 214 112 22 0 55 303 72 43
Binary 100101 1110011 10001100 1001010 10010 0 101101 11000011 111010 100011

Color Harmonies of #25738C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25738C

Black with #25738C

Text Example


Text Example

White with #25738C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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