Html Css Color HEX #25626C Allports

📋 copy color: '#25626C'

red 37 ◦ green 98 ◦ blue 108

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

Shades of Allports #25626C

Tints of Allports #25626C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 40.33%

 BLUE value IS 108 (42.58% from 255) = 44.44%

R = 15.23%
G = 40.33%
B = 44.44%

CMYK

 C value IS 0.66

 M value IS 0.09

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#25626C (or 0x25626C) is known color: Allports. HEX triplet: 25, 62 and 6C. RGB value is (37,98,108). Sum of RGB (Red+Green+Blue) = 37+98+108=243 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.23% from 243); Green value is 98 (38.67% from 255 or 40.33% from 243); Blue value is 108 (42.58% from 255 or 44.44% from 243); Max value from RGB is 108 - color contains mainly: blue. Hex color #25626C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25626C is #DA9D93. Grayscale: #505050. Windows color (decimal): -14327188 or 7103013. OLE color: 7103013.

HSL color Cylindrical-coordinate representation of color #25626C: hue angle of 188.45º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #25626C is Cyan = 0.66, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 37 98 108 -
CMYK 0.66 0.09 0 0.58
HSL 188.45º 0.49% 0.28% -
HSV(B) 188.45º 0.66% 0.42% -
XYZ 7.84 10.21 15.75 -
YUV 80.9 143.29 96.69 -
System Red Green Blue C M Y K H S L
Decimal 37 98 108 0.66 0.09 0 0.58 188.45 0.49 0.28
Hex 25 62 6C 42 9 0 3A BC 31 1C
Octal 45 142 154 102 11 0 72 274 61 34
Binary 100101 1100010 1101100 1000010 1001 0 111010 10111100 110001 11100

Color Harmonies of #25626C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25626C

Black with #25626C

Text Example


Text Example

White with #25626C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,98,108); }

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

background-color css

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

 a { background-color: rgb(37,98,108); }

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

border-color css

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

 span { border-color: rgb(37,98,108); }

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