Html Css Color HEX #255872 Orient

📋 copy color: '#255872'

red 37 ◦ green 88 ◦ blue 114

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

Shades of Orient #255872

Tints of Orient #255872

RGB

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

 GREEN value IS 88 (34.77% from 255) = 36.82%

 BLUE value IS 114 (44.92% from 255) = 47.7%

R = 15.48%
G = 36.82%
B = 47.7%

CMYK

 C value IS 0.68

 M value IS 0.23

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#255872 (or 0x255872) is known color: Orient. HEX triplet: 25, 58 and 72. RGB value is (37,88,114). Sum of RGB (Red+Green+Blue) = 37+88+114=239 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.48% from 239); Green value is 88 (34.77% from 255 or 36.82% from 239); Blue value is 114 (44.92% from 255 or 47.70% from 239); Max value from RGB is 114 - color contains mainly: blue. Hex color #255872 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255872 is #DAA78D. Grayscale: #4B4B4B. Windows color (decimal): -14329742 or 7493669. OLE color: 7493669.

HSL color Cylindrical-coordinate representation of color #255872: hue angle of 200.26º degrees, saturation: 0.51, 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 #255872 is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 37 88 114 -
CMYK 0.68 0.23 0 0.55
HSL 200.26º 0.51% 0.3% -
HSV(B) 200.26º 0.68% 0.45% -
XYZ 7.29 8.59 17.19 -
YUV 75.72 149.6 100.39 -
System Red Green Blue C M Y K H S L
Decimal 37 88 114 0.68 0.23 0 0.55 200.26 0.51 0.3
Hex 25 58 72 44 17 0 37 C8 33 1E
Octal 45 130 162 104 27 0 67 310 63 36
Binary 100101 1011000 1110010 1000100 10111 0 110111 11001000 110011 11110

Color Harmonies of #255872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255872

Black with #255872

Text Example


Text Example

White with #255872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255872; }

 p { color: rgb(37,88,114); }

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

background-color css

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

 a { background-color: rgb(37,88,114); }

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

border-color css

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

 span { border-color: rgb(37,88,114); }

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