Html Css Color HEX #255A70 Orient

📋 copy color: '#255A70'

red 37 ◦ green 90 ◦ blue 112

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

Shades of Orient #255A70

Tints of Orient #255A70

RGB

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

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

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

R = 15.48%
G = 37.66%
B = 46.86%

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

#255A70 (or 0x255A70) is known color: Orient. HEX triplet: 25, 5A and 70. RGB value is (37,90,112). Sum of RGB (Red+Green+Blue) = 37+90+112=239 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.48% from 239); Green value is 90 (35.55% from 255 or 37.66% from 239); Blue value is 112 (44.14% from 255 or 46.86% from 239); Max value from RGB is 112 - color contains mainly: blue. Hex color #255A70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255A70 is #DAA58F. Grayscale: #4C4C4C. Windows color (decimal): -14329232 or 7363109. OLE color: 7363109.

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

Color convert

RGB 37 90 112 -
CMYK 0.67 0.20 0 0.56
HSL 197.6º 0.5% 0.29% -
HSV(B) 197.6º 0.67% 0.44% -
XYZ 7.34 8.88 16.66 -
YUV 76.66 147.94 99.71 -
System Red Green Blue C M Y K H S L
Decimal 37 90 112 0.67 0.20 0 0.56 197.6 0.5 0.29
Hex 25 5A 70 43 14 0 38 C6 32 1D
Octal 45 132 160 103 24 0 70 306 62 35
Binary 100101 1011010 1110000 1000011 10100 0 111000 11000110 110010 11101

Color Harmonies of #255A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255A70

Black with #255A70

Text Example


Text Example

White with #255A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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