Html Css Color HEX #255A74 Orient

📋 copy color: '#255A74'

red 37 ◦ green 90 ◦ blue 116

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

Shades of Orient #255A74

Tints of Orient #255A74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 47.74%

R = 15.23%
G = 37.04%
B = 47.74%

CMYK

 C value IS 0.68

 M value IS 0.22

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#255A74 (or 0x255A74) is known color: Orient. HEX triplet: 25, 5A and 74. RGB value is (37,90,116). Sum of RGB (Red+Green+Blue) = 37+90+116=243 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.23% from 243); Green value is 90 (35.55% from 255 or 37.04% from 243); Blue value is 116 (45.70% from 255 or 47.74% from 243); Max value from RGB is 116 - color contains mainly: blue. Hex color #255A74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255A74 is #DAA58B. Grayscale: #4C4C4C. Windows color (decimal): -14329228 or 7625253. OLE color: 7625253.

HSL color Cylindrical-coordinate representation of color #255A74: hue angle of 199.75º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #255A74 is Cyan = 0.68, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 37 90 116 -
CMYK 0.68 0.22 0 0.55
HSL 199.75º 0.52% 0.3% -
HSV(B) 199.75º 0.68% 0.45% -
XYZ 7.57 8.97 17.85 -
YUV 77.12 149.94 99.39 -
System Red Green Blue C M Y K H S L
Decimal 37 90 116 0.68 0.22 0 0.55 199.75 0.52 0.3
Hex 25 5A 74 44 16 0 37 C8 34 1E
Octal 45 132 164 104 26 0 67 310 64 36
Binary 100101 1011010 1110100 1000100 10110 0 110111 11001000 110100 11110

Color Harmonies of #255A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255A74

Black with #255A74

Text Example


Text Example

White with #255A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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