Html Css Color HEX #25607E Orient

📋 copy color: '#25607E'

red 37 ◦ green 96 ◦ blue 126

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

Shades of Orient #25607E

Tints of Orient #25607E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 48.65%

R = 14.29%
G = 37.07%
B = 48.65%

CMYK

 C value IS 0.71

 M value IS 0.24

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#25607E (or 0x25607E) is known color: Orient. HEX triplet: 25, 60 and 7E. RGB value is (37,96,126). Sum of RGB (Red+Green+Blue) = 37+96+126=259 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.29% from 259); Green value is 96 (37.89% from 255 or 37.07% from 259); Blue value is 126 (49.61% from 255 or 48.65% from 259); Max value from RGB is 126 - color contains mainly: blue. Hex color #25607E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25607E is #DA9F81. Grayscale: #515151. Windows color (decimal): -14327682 or 8282149. OLE color: 8282149.

HSL color Cylindrical-coordinate representation of color #25607E: hue angle of 200.22º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #25607E is Cyan = 0.71, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 37 96 126 -
CMYK 0.71 0.24 0 0.51
HSL 200.22º 0.55% 0.32% -
HSV(B) 200.22º 0.71% 0.49% -
XYZ 8.71 10.27 21.26 -
YUV 81.78 152.95 96.06 -
System Red Green Blue C M Y K H S L
Decimal 37 96 126 0.71 0.24 0 0.51 200.22 0.55 0.32
Hex 25 60 7E 47 18 0 33 C8 37 20
Octal 45 140 176 107 30 0 63 310 67 40
Binary 100101 1100000 1111110 1000111 11000 0 110011 11001000 110111 100000

Color Harmonies of #25607E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25607E

Black with #25607E

Text Example


Text Example

White with #25607E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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