Html Css Color HEX #255B71 Orient

📋 copy color: '#255B71'

red 37 ◦ green 91 ◦ blue 113

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

Shades of Orient #255B71

Tints of Orient #255B71

RGB

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

 GREEN value IS 91 (35.94% from 255) = 37.76%

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

R = 15.35%
G = 37.76%
B = 46.89%

CMYK

 C value IS 0.67

 M value IS 0.19

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#255B71 (or 0x255B71) is known color: Orient. HEX triplet: 25, 5B and 71. RGB value is (37,91,113). Sum of RGB (Red+Green+Blue) = 37+91+113=241 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.35% from 241); Green value is 91 (35.94% from 255 or 37.76% from 241); Blue value is 113 (44.53% from 255 or 46.89% from 241); Max value from RGB is 113 - color contains mainly: blue. Hex color #255B71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255B71 is #DAA48E. Grayscale: #4D4D4D. Windows color (decimal): -14328975 or 7428901. OLE color: 7428901.

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

Color convert

RGB 37 91 113 -
CMYK 0.67 0.19 0 0.56
HSL 197.37º 0.51% 0.29% -
HSV(B) 197.37º 0.67% 0.44% -
XYZ 7.48 9.07 16.98 -
YUV 77.36 148.11 99.21 -
System Red Green Blue C M Y K H S L
Decimal 37 91 113 0.67 0.19 0 0.56 197.37 0.51 0.29
Hex 25 5B 71 43 13 0 38 C5 33 1D
Octal 45 133 161 103 23 0 70 305 63 35
Binary 100101 1011011 1110001 1000011 10011 0 111000 11000101 110011 11101

Color Harmonies of #255B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255B71

Black with #255B71

Text Example


Text Example

White with #255B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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