Html Css Color HEX #255A71 Orient

📋 copy color: '#255A71'

red 37 ◦ green 90 ◦ blue 113

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

Shades of Orient #255A71

Tints of Orient #255A71

RGB

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

 GREEN value IS 90 (35.55% from 255) = 37.5%

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

R = 15.42%
G = 37.5%
B = 47.08%

CMYK

 C value IS 0.67

 M value IS 0.20

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#255A71 (or 0x255A71) is known color: Orient. HEX triplet: 25, 5A and 71. RGB value is (37,90,113). Sum of RGB (Red+Green+Blue) = 37+90+113=240 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.42% from 240); Green value is 90 (35.55% from 255 or 37.5% from 240); Blue value is 113 (44.53% from 255 or 47.08% from 240); Max value from RGB is 113 - color contains mainly: blue. Hex color #255A71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255A71 is #DAA58E. Grayscale: #4C4C4C. Windows color (decimal): -14329231 or 7428645. OLE color: 7428645.

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

Color convert

RGB 37 90 113 -
CMYK 0.67 0.20 0 0.56
HSL 198.16º 0.51% 0.29% -
HSV(B) 198.16º 0.67% 0.44% -
XYZ 7.4 8.9 16.95 -
YUV 76.78 148.44 99.63 -
System Red Green Blue C M Y K H S L
Decimal 37 90 113 0.67 0.20 0 0.56 198.16 0.51 0.29
Hex 25 5A 71 43 14 0 38 C6 33 1D
Octal 45 132 161 103 24 0 70 306 63 35
Binary 100101 1011010 1110001 1000011 10100 0 111000 11000110 110011 11101

Color Harmonies of #255A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255A71

Black with #255A71

Text Example


Text Example

White with #255A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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