Html Css Color HEX #255C7B Orient

📋 copy color: '#255C7B'

red 37 ◦ green 92 ◦ blue 123

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

Shades of Orient #255C7B

Tints of Orient #255C7B

RGB

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

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

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

R = 14.68%
G = 36.51%
B = 48.81%

CMYK

 C value IS 0.70

 M value IS 0.25

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#255C7B (or 0x255C7B) is known color: Orient. HEX triplet: 25, 5C and 7B. RGB value is (37,92,123). Sum of RGB (Red+Green+Blue) = 37+92+123=252 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.68% from 252); Green value is 92 (36.33% from 255 or 36.51% from 252); Blue value is 123 (48.44% from 255 or 48.81% from 252); Max value from RGB is 123 - color contains mainly: blue. Hex color #255C7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255C7B is #DAA384. Grayscale: #4E4E4E. Windows color (decimal): -14328709 or 8084517. OLE color: 8084517.

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

Color convert

RGB 37 92 123 -
CMYK 0.70 0.25 0 0.52
HSL 201.63º 0.54% 0.31% -
HSV(B) 201.63º 0.7% 0.48% -
XYZ 8.17 9.48 20.14 -
YUV 79.09 152.78 97.98 -
System Red Green Blue C M Y K H S L
Decimal 37 92 123 0.70 0.25 0 0.52 201.63 0.54 0.31
Hex 25 5C 7B 46 19 0 34 CA 36 1F
Octal 45 134 173 106 31 0 64 312 66 37
Binary 100101 1011100 1111011 1000110 11001 0 110100 11001010 110110 11111

Color Harmonies of #255C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255C7B

Black with #255C7B

Text Example


Text Example

White with #255C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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