Html Css Color HEX #255F7A Orient

📋 copy color: '#255F7A'

red 37 ◦ green 95 ◦ blue 122

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

Shades of Orient #255F7A

Tints of Orient #255F7A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 37.4%

 BLUE value IS 122 (48.05% from 255) = 48.03%

R = 14.57%
G = 37.4%
B = 48.03%

CMYK

 C value IS 0.70

 M value IS 0.22

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#255F7A (or 0x255F7A) is known color: Orient. HEX triplet: 25, 5F and 7A. RGB value is (37,95,122). Sum of RGB (Red+Green+Blue) = 37+95+122=254 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.57% from 254); Green value is 95 (37.5% from 255 or 37.40% from 254); Blue value is 122 (48.05% from 255 or 48.03% from 254); Max value from RGB is 122 - color contains mainly: blue. Hex color #255F7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255F7A is #DAA085. Grayscale: #505050. Windows color (decimal): -14327942 or 8019749. OLE color: 8019749.

HSL color Cylindrical-coordinate representation of color #255F7A: hue angle of 199.06º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #255F7A is Cyan = 0.70, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 37 95 122 -
CMYK 0.70 0.22 0 0.52
HSL 199.06º 0.53% 0.31% -
HSV(B) 199.06º 0.7% 0.48% -
XYZ 8.37 9.98 19.9 -
YUV 80.74 151.28 96.8 -
System Red Green Blue C M Y K H S L
Decimal 37 95 122 0.70 0.22 0 0.52 199.06 0.53 0.31
Hex 25 5F 7A 46 16 0 34 C7 35 1F
Octal 45 137 172 106 26 0 64 307 65 37
Binary 100101 1011111 1111010 1000110 10110 0 110100 11000111 110101 11111

Color Harmonies of #255F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255F7A

Black with #255F7A

Text Example


Text Example

White with #255F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,95,122); }

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

background-color css

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

 a { background-color: rgb(37,95,122); }

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

border-color css

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

 span { border-color: rgb(37,95,122); }

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