Html Css Color HEX #255875 Orient

📋 copy color: '#255875'

red 37 ◦ green 88 ◦ blue 117

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

Shades of Orient #255875

Tints of Orient #255875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 48.35%

R = 15.29%
G = 36.36%
B = 48.35%

CMYK

 C value IS 0.68

 M value IS 0.25

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#255875 (or 0x255875) is known color: Orient. HEX triplet: 25, 58 and 75. RGB value is (37,88,117). Sum of RGB (Red+Green+Blue) = 37+88+117=242 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.29% from 242); Green value is 88 (34.77% from 255 or 36.36% from 242); Blue value is 117 (46.09% from 255 or 48.35% from 242); Max value from RGB is 117 - color contains mainly: blue. Hex color #255875 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255875 is #DAA78A. Grayscale: #4B4B4B. Windows color (decimal): -14329739 or 7690277. OLE color: 7690277.

HSL color Cylindrical-coordinate representation of color #255875: hue angle of 201.75º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #255875 is Cyan = 0.68, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 37 88 117 -
CMYK 0.68 0.25 0 0.54
HSL 201.75º 0.52% 0.3% -
HSV(B) 201.75º 0.68% 0.46% -
XYZ 7.46 8.66 18.11 -
YUV 76.06 151.1 100.14 -
System Red Green Blue C M Y K H S L
Decimal 37 88 117 0.68 0.25 0 0.54 201.75 0.52 0.3
Hex 25 58 75 44 19 0 36 CA 34 1E
Octal 45 130 165 104 31 0 66 312 64 36
Binary 100101 1011000 1110101 1000100 11001 0 110110 11001010 110100 11110

Color Harmonies of #255875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255875

Black with #255875

Text Example


Text Example

White with #255875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255875; }

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

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

background-color css

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

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

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

border-color css

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

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

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