Html Css Color HEX #265973 Orient

📋 copy color: '#265973'

red 38 ◦ green 89 ◦ blue 115

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

Shades of Orient #265973

Tints of Orient #265973

RGB

 RED value IS 38 (15.23% from 255) = 15.7%

 GREEN value IS 89 (35.16% from 255) = 36.78%

 BLUE value IS 115 (45.31% from 255) = 47.52%

R = 15.7%
G = 36.78%
B = 47.52%

CMYK

 C value IS 0.67

 M value IS 0.23

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#265973 (or 0x265973) is known color: Orient. HEX triplet: 26, 59 and 73. RGB value is (38,89,115). Sum of RGB (Red+Green+Blue) = 38+89+115=242 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.70% from 242); Green value is 89 (35.16% from 255 or 36.78% from 242); Blue value is 115 (45.31% from 255 or 47.52% from 242); Max value from RGB is 115 - color contains mainly: blue. Hex color #265973 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265973 is #D9A68C. Grayscale: #4C4C4C. Windows color (decimal): -14263949 or 7559462. OLE color: 7559462.

HSL color Cylindrical-coordinate representation of color #265973: hue angle of 200.26º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #265973 is Cyan = 0.67, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 38 89 115 -
CMYK 0.67 0.23 0 0.55
HSL 200.26º 0.5% 0.3% -
HSV(B) 200.26º 0.67% 0.45% -
XYZ 7.47 8.79 17.52 -
YUV 76.72 149.6 100.39 -
System Red Green Blue C M Y K H S L
Decimal 38 89 115 0.67 0.23 0 0.55 200.26 0.5 0.3
Hex 26 59 73 43 17 0 37 C8 32 1E
Octal 46 131 163 103 27 0 67 310 62 36
Binary 100110 1011001 1110011 1000011 10111 0 110111 11001000 110010 11110

Color Harmonies of #265973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265973

Black with #265973

Text Example


Text Example

White with #265973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265973; }

 p { color: rgb(38,89,115); }

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

background-color css

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

 a { background-color: rgb(38,89,115); }

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

border-color css

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

 span { border-color: rgb(38,89,115); }

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