Html Css Color HEX #25616F Orient

📋 copy color: '#25616F'

red 37 ◦ green 97 ◦ blue 111

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

Shades of Orient #25616F

Tints of Orient #25616F

RGB

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

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

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

R = 15.1%
G = 39.59%
B = 45.31%

CMYK

 C value IS 0.67

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#25616F (or 0x25616F) is known color: Orient. HEX triplet: 25, 61 and 6F. RGB value is (37,97,111). Sum of RGB (Red+Green+Blue) = 37+97+111=245 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.10% from 245); Green value is 97 (38.28% from 255 or 39.59% from 245); Blue value is 111 (43.75% from 255 or 45.31% from 245); Max value from RGB is 111 - color contains mainly: blue. Hex color #25616F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25616F is #DA9E90. Grayscale: #505050. Windows color (decimal): -14327441 or 7299365. OLE color: 7299365.

HSL color Cylindrical-coordinate representation of color #25616F: hue angle of 191.35º 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 #25616F is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 37 97 111 -
CMYK 0.67 0.13 0 0.56
HSL 191.35º 0.5% 0.29% -
HSV(B) 191.35º 0.67% 0.44% -
XYZ 7.91 10.09 16.57 -
YUV 80.66 145.12 96.86 -
System Red Green Blue C M Y K H S L
Decimal 37 97 111 0.67 0.13 0 0.56 191.35 0.5 0.29
Hex 25 61 6F 43 D 0 38 BF 32 1D
Octal 45 141 157 103 15 0 70 277 62 35
Binary 100101 1100001 1101111 1000011 1101 0 111000 10111111 110010 11101

Color Harmonies of #25616F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25616F

Black with #25616F

Text Example


Text Example

White with #25616F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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