Html Css Color HEX #25617D Orient

📋 copy color: '#25617D'

red 37 ◦ green 97 ◦ blue 125

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

Shades of Orient #25617D

Tints of Orient #25617D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 37.45%

 BLUE value IS 125 (49.22% from 255) = 48.26%

R = 14.29%
G = 37.45%
B = 48.26%

CMYK

 C value IS 0.70

 M value IS 0.22

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#25617D (or 0x25617D) is known color: Orient. HEX triplet: 25, 61 and 7D. RGB value is (37,97,125). Sum of RGB (Red+Green+Blue) = 37+97+125=259 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.29% from 259); Green value is 97 (38.28% from 255 or 37.45% from 259); Blue value is 125 (49.22% from 255 or 48.26% from 259); Max value from RGB is 125 - color contains mainly: blue. Hex color #25617D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25617D is #DA9E82. Grayscale: #525252. Windows color (decimal): -14327427 or 8216869. OLE color: 8216869.

HSL color Cylindrical-coordinate representation of color #25617D: hue angle of 199.09º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #25617D is Cyan = 0.70, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 37 97 125 -
CMYK 0.70 0.22 0 0.51
HSL 199.09º 0.54% 0.32% -
HSV(B) 199.09º 0.7% 0.49% -
XYZ 8.74 10.42 20.95 -
YUV 82.25 152.12 95.72 -
System Red Green Blue C M Y K H S L
Decimal 37 97 125 0.70 0.22 0 0.51 199.09 0.54 0.32
Hex 25 61 7D 46 16 0 33 C7 36 20
Octal 45 141 175 106 26 0 63 307 66 40
Binary 100101 1100001 1111101 1000110 10110 0 110011 11000111 110110 100000

Color Harmonies of #25617D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25617D

Black with #25617D

Text Example


Text Example

White with #25617D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,97,125); }

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

background-color css

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

 a { background-color: rgb(37,97,125); }

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

border-color css

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

 span { border-color: rgb(37,97,125); }

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