Html Css Color HEX #255C70 Orient

📋 copy color: '#255C70'

red 37 ◦ green 92 ◦ blue 112

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

Shades of Orient #255C70

Tints of Orient #255C70

RGB

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

 GREEN value IS 92 (36.33% from 255) = 38.17%

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

R = 15.35%
G = 38.17%
B = 46.47%

CMYK

 C value IS 0.67

 M value IS 0.18

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#255C70 (or 0x255C70) is known color: Orient. HEX triplet: 25, 5C and 70. RGB value is (37,92,112). Sum of RGB (Red+Green+Blue) = 37+92+112=241 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.35% from 241); Green value is 92 (36.33% from 255 or 38.17% from 241); Blue value is 112 (44.14% from 255 or 46.47% from 241); Max value from RGB is 112 - color contains mainly: blue. Hex color #255C70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255C70 is #DAA38F. Grayscale: #4D4D4D. Windows color (decimal): -14328720 or 7363621. OLE color: 7363621.

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

Color convert

RGB 37 92 112 -
CMYK 0.67 0.18 0 0.56
HSL 196º 0.5% 0.29% -
HSV(B) 196º 0.67% 0.44% -
XYZ 7.51 9.22 16.71 -
YUV 77.84 147.28 98.87 -
System Red Green Blue C M Y K H S L
Decimal 37 92 112 0.67 0.18 0 0.56 196 0.5 0.29
Hex 25 5C 70 43 12 0 38 C4 32 1D
Octal 45 134 160 103 22 0 70 304 62 35
Binary 100101 1011100 1110000 1000011 10010 0 111000 11000100 110010 11101

Color Harmonies of #255C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255C70

Black with #255C70

Text Example


Text Example

White with #255C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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