Html Css Color HEX #255E7B Orient

📋 copy color: '#255E7B'

red 37 ◦ green 94 ◦ blue 123

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

Shades of Orient #255E7B

Tints of Orient #255E7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 48.43%

R = 14.57%
G = 37.01%
B = 48.43%

CMYK

 C value IS 0.70

 M value IS 0.24

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#255E7B (or 0x255E7B) is known color: Orient. HEX triplet: 25, 5E and 7B. RGB value is (37,94,123). Sum of RGB (Red+Green+Blue) = 37+94+123=254 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.57% from 254); Green value is 94 (37.11% from 255 or 37.01% from 254); Blue value is 123 (48.44% from 255 or 48.43% from 254); Max value from RGB is 123 - color contains mainly: blue. Hex color #255E7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255E7B is #DAA184. Grayscale: #505050. Windows color (decimal): -14328197 or 8085029. OLE color: 8085029.

HSL color Cylindrical-coordinate representation of color #255E7B: hue angle of 200.23º degrees, saturation: 0.54, 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 #255E7B is Cyan = 0.70, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 37 94 123 -
CMYK 0.70 0.24 0 0.52
HSL 200.23º 0.54% 0.31% -
HSV(B) 200.23º 0.7% 0.48% -
XYZ 8.34 9.83 20.2 -
YUV 80.26 152.12 97.14 -
System Red Green Blue C M Y K H S L
Decimal 37 94 123 0.70 0.24 0 0.52 200.23 0.54 0.31
Hex 25 5E 7B 46 18 0 34 C8 36 1F
Octal 45 136 173 106 30 0 64 310 66 37
Binary 100101 1011110 1111011 1000110 11000 0 110100 11001000 110110 11111

Color Harmonies of #255E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255E7B

Black with #255E7B

Text Example


Text Example

White with #255E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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