Html Css Color HEX #25606F Orient

📋 copy color: '#25606F'

red 37 ◦ green 96 ◦ blue 111

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

Shades of Orient #25606F

Tints of Orient #25606F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 45.49%

R = 15.16%
G = 39.34%
B = 45.49%

CMYK

 C value IS 0.67

 M value IS 0.14

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#25606F (or 0x25606F) is known color: Orient. HEX triplet: 25, 60 and 6F. RGB value is (37,96,111). Sum of RGB (Red+Green+Blue) = 37+96+111=244 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.16% from 244); Green value is 96 (37.89% from 255 or 39.34% from 244); Blue value is 111 (43.75% from 255 or 45.49% from 244); Max value from RGB is 111 - color contains mainly: blue. Hex color #25606F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25606F is #DA9F90. Grayscale: #4F4F4F. Windows color (decimal): -14327697 or 7299109. OLE color: 7299109.

HSL color Cylindrical-coordinate representation of color #25606F: hue angle of 192.16º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #25606F is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 37 96 111 -
CMYK 0.67 0.14 0 0.56
HSL 192.16º 0.5% 0.29% -
HSV(B) 192.16º 0.67% 0.44% -
XYZ 7.82 9.91 16.54 -
YUV 80.07 145.45 97.28 -
System Red Green Blue C M Y K H S L
Decimal 37 96 111 0.67 0.14 0 0.56 192.16 0.5 0.29
Hex 25 60 6F 43 E 0 38 C0 32 1D
Octal 45 140 157 103 16 0 70 300 62 35
Binary 100101 1100000 1101111 1000011 1110 0 111000 11000000 110010 11101

Color Harmonies of #25606F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25606F

Black with #25606F

Text Example


Text Example

White with #25606F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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