Html Css Color HEX #255E7D Orient

📋 copy color: '#255E7D'

red 37 ◦ green 94 ◦ blue 125

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

Shades of Orient #255E7D

Tints of Orient #255E7D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 36.72%

 BLUE value IS 125 (49.22% from 255) = 48.83%

R = 14.45%
G = 36.72%
B = 48.83%

CMYK

 C value IS 0.70

 M value IS 0.25

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#255E7D (or 0x255E7D) is known color: Orient. HEX triplet: 25, 5E and 7D. RGB value is (37,94,125). Sum of RGB (Red+Green+Blue) = 37+94+125=256 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.45% from 256); Green value is 94 (37.11% from 255 or 36.72% from 256); Blue value is 125 (49.22% from 255 or 48.83% from 256); Max value from RGB is 125 - color contains mainly: blue. Hex color #255E7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255E7D is #DAA182. Grayscale: #505050. Windows color (decimal): -14328195 or 8216101. OLE color: 8216101.

HSL color Cylindrical-coordinate representation of color #255E7D: hue angle of 201.14º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #255E7D is Cyan = 0.70, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 37 94 125 -
CMYK 0.70 0.25 0 0.51
HSL 201.14º 0.54% 0.32% -
HSV(B) 201.14º 0.7% 0.49% -
XYZ 8.47 9.88 20.86 -
YUV 80.49 153.12 96.98 -
System Red Green Blue C M Y K H S L
Decimal 37 94 125 0.70 0.25 0 0.51 201.14 0.54 0.32
Hex 25 5E 7D 46 19 0 33 C9 36 20
Octal 45 136 175 106 31 0 63 311 66 40
Binary 100101 1011110 1111101 1000110 11001 0 110011 11001001 110110 100000

Color Harmonies of #255E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255E7D

Black with #255E7D

Text Example


Text Example

White with #255E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,94,125); }

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

background-color css

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

 a { background-color: rgb(37,94,125); }

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

border-color css

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

 span { border-color: rgb(37,94,125); }

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