Html Css Color HEX #255971 Orient

📋 copy color: '#255971'

red 37 ◦ green 89 ◦ blue 113

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

Shades of Orient #255971

Tints of Orient #255971

RGB

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

 GREEN value IS 89 (35.16% from 255) = 37.24%

 BLUE value IS 113 (44.53% from 255) = 47.28%

R = 15.48%
G = 37.24%
B = 47.28%

CMYK

 C value IS 0.67

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#255971 (or 0x255971) is known color: Orient. HEX triplet: 25, 59 and 71. RGB value is (37,89,113). Sum of RGB (Red+Green+Blue) = 37+89+113=239 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.48% from 239); Green value is 89 (35.16% from 255 or 37.24% from 239); Blue value is 113 (44.53% from 255 or 47.28% from 239); Max value from RGB is 113 - color contains mainly: blue. Hex color #255971 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255971 is #DAA68E. Grayscale: #4C4C4C. Windows color (decimal): -14329487 or 7428389. OLE color: 7428389.

HSL color Cylindrical-coordinate representation of color #255971: hue angle of 198.95º degrees, saturation: 0.51, 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 #255971 is Cyan = 0.67, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 37 89 113 -
CMYK 0.67 0.21 0 0.56
HSL 198.95º 0.51% 0.29% -
HSV(B) 198.95º 0.67% 0.44% -
XYZ 7.32 8.73 16.92 -
YUV 76.19 148.77 100.05 -
System Red Green Blue C M Y K H S L
Decimal 37 89 113 0.67 0.21 0 0.56 198.95 0.51 0.29
Hex 25 59 71 43 15 0 38 C7 33 1D
Octal 45 131 161 103 25 0 70 307 63 35
Binary 100101 1011001 1110001 1000011 10101 0 111000 11000111 110011 11101

Color Harmonies of #255971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255971

Black with #255971

Text Example


Text Example

White with #255971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255971; }

 p { color: rgb(37,89,113); }

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

background-color css

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

 a { background-color: rgb(37,89,113); }

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

border-color css

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

 span { border-color: rgb(37,89,113); }

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