Html Css Color HEX #25627F Orient

📋 copy color: '#25627F'

red 37 ◦ green 98 ◦ blue 127

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

Shades of Orient #25627F

Tints of Orient #25627F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 48.47%

R = 14.12%
G = 37.4%
B = 48.47%

CMYK

 C value IS 0.71

 M value IS 0.23

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#25627F (or 0x25627F) is known color: Orient. HEX triplet: 25, 62 and 7F. RGB value is (37,98,127). Sum of RGB (Red+Green+Blue) = 37+98+127=262 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.12% from 262); Green value is 98 (38.67% from 255 or 37.40% from 262); Blue value is 127 (50% from 255 or 48.47% from 262); Max value from RGB is 127 - color contains mainly: blue. Hex color #25627F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25627F is #DA9D80. Grayscale: #525252. Windows color (decimal): -14327169 or 8348197. OLE color: 8348197.

HSL color Cylindrical-coordinate representation of color #25627F: hue angle of 199.33º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #25627F is Cyan = 0.71, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 37 98 127 -
CMYK 0.71 0.23 0 0.50
HSL 199.33º 0.55% 0.32% -
HSV(B) 199.33º 0.71% 0.5% -
XYZ 8.96 10.66 21.66 -
YUV 83.07 152.79 95.14 -
System Red Green Blue C M Y K H S L
Decimal 37 98 127 0.71 0.23 0 0.50 199.33 0.55 0.32
Hex 25 62 7F 47 17 0 32 C7 37 20
Octal 45 142 177 107 27 0 62 307 67 40
Binary 100101 1100010 1111111 1000111 10111 0 110010 11000111 110111 100000

Color Harmonies of #25627F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25627F

Black with #25627F

Text Example


Text Example

White with #25627F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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