Html Css Color HEX #255D70 Orient

📋 copy color: '#255D70'

red 37 ◦ green 93 ◦ blue 112

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

Shades of Orient #255D70

Tints of Orient #255D70

RGB

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

 GREEN value IS 93 (36.72% from 255) = 38.43%

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

R = 15.29%
G = 38.43%
B = 46.28%

CMYK

 C value IS 0.67

 M value IS 0.17

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#255D70 (or 0x255D70) is known color: Orient. HEX triplet: 25, 5D and 70. RGB value is (37,93,112). Sum of RGB (Red+Green+Blue) = 37+93+112=242 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.29% from 242); Green value is 93 (36.72% from 255 or 38.43% from 242); Blue value is 112 (44.14% from 255 or 46.28% from 242); Max value from RGB is 112 - color contains mainly: blue. Hex color #255D70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255D70 is #DAA28F. Grayscale: #4E4E4E. Windows color (decimal): -14328464 or 7363877. OLE color: 7363877.

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

Color convert

RGB 37 93 112 -
CMYK 0.67 0.17 0 0.56
HSL 195.2º 0.5% 0.29% -
HSV(B) 195.2º 0.67% 0.44% -
XYZ 7.6 9.39 16.74 -
YUV 78.42 146.95 98.46 -
System Red Green Blue C M Y K H S L
Decimal 37 93 112 0.67 0.17 0 0.56 195.2 0.5 0.29
Hex 25 5D 70 43 11 0 38 C3 32 1D
Octal 45 135 160 103 21 0 70 303 62 35
Binary 100101 1011101 1110000 1000011 10001 0 111000 11000011 110010 11101

Color Harmonies of #255D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255D70

Black with #255D70

Text Example


Text Example

White with #255D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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