Html Css Color HEX #255B70 Orient

📋 copy color: '#255B70'

red 37 ◦ green 91 ◦ blue 112

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

Shades of Orient #255B70

Tints of Orient #255B70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 46.67%

R = 15.42%
G = 37.92%
B = 46.67%

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

#255B70 (or 0x255B70) is known color: Orient. HEX triplet: 25, 5B and 70. RGB value is (37,91,112). Sum of RGB (Red+Green+Blue) = 37+91+112=240 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.42% from 240); Green value is 91 (35.94% from 255 or 37.92% from 240); Blue value is 112 (44.14% from 255 or 46.67% from 240); Max value from RGB is 112 - color contains mainly: blue. Hex color #255B70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255B70 is #DAA48F. Grayscale: #4D4D4D. Windows color (decimal): -14328976 or 7363365. OLE color: 7363365.

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

Color convert

RGB 37 91 112 -
CMYK 0.67 0.19 0 0.56
HSL 196.8º 0.5% 0.29% -
HSV(B) 196.8º 0.67% 0.44% -
XYZ 7.43 9.05 16.68 -
YUV 77.25 147.61 99.29 -
System Red Green Blue C M Y K H S L
Decimal 37 91 112 0.67 0.19 0 0.56 196.8 0.5 0.29
Hex 25 5B 70 43 13 0 38 C5 32 1D
Octal 45 133 160 103 23 0 70 305 62 35
Binary 100101 1011011 1110000 1000011 10011 0 111000 11000101 110010 11101

Color Harmonies of #255B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255B70

Black with #255B70

Text Example


Text Example

White with #255B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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