Html Css Color HEX #25606E Orient

📋 copy color: '#25606E'

red 37 ◦ green 96 ◦ blue 110

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

Shades of Orient #25606E

Tints of Orient #25606E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 39.51%

 BLUE value IS 110 (43.36% from 255) = 45.27%

R = 15.23%
G = 39.51%
B = 45.27%

CMYK

 C value IS 0.66

 M value IS 0.13

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#25606E (or 0x25606E) is known color: Orient. HEX triplet: 25, 60 and 6E. RGB value is (37,96,110). Sum of RGB (Red+Green+Blue) = 37+96+110=243 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.23% from 243); Green value is 96 (37.89% from 255 or 39.51% from 243); Blue value is 110 (43.36% from 255 or 45.27% from 243); Max value from RGB is 110 - color contains mainly: blue. Hex color #25606E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25606E is #DA9F91. Grayscale: #4F4F4F. Windows color (decimal): -14327698 or 7233573. OLE color: 7233573.

HSL color Cylindrical-coordinate representation of color #25606E: hue angle of 191.51º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #25606E is Cyan = 0.66, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 37 96 110 -
CMYK 0.66 0.13 0 0.57
HSL 191.51º 0.5% 0.29% -
HSV(B) 191.51º 0.66% 0.43% -
XYZ 7.76 9.88 16.25 -
YUV 79.96 144.95 97.36 -
System Red Green Blue C M Y K H S L
Decimal 37 96 110 0.66 0.13 0 0.57 191.51 0.5 0.29
Hex 25 60 6E 42 D 0 39 C0 32 1D
Octal 45 140 156 102 15 0 71 300 62 35
Binary 100101 1100000 1101110 1000010 1101 0 111001 11000000 110010 11101

Color Harmonies of #25606E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25606E

Black with #25606E

Text Example


Text Example

White with #25606E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25606E; }

 p { color: rgb(37,96,110); }

 H1.HeaderClassName
 {
   color: #25606E;
 }
 .AnyTagClassName
 {
   color: #25606E;
 }
</style>

background-color css

<style>
 a { background-color: #25606E; }

 a { background-color: rgb(37,96,110); }

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

border-color css

<style>
 span { border-color: #25606E; }

 span { border-color: rgb(37,96,110); }

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