Html Css Color HEX #266072 Orient

📋 copy color: '#266072'

red 38 ◦ green 96 ◦ blue 114

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

Shades of Orient #266072

Tints of Orient #266072

RGB

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

 GREEN value IS 96 (37.89% from 255) = 38.71%

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

R = 15.32%
G = 38.71%
B = 45.97%

CMYK

 C value IS 0.67

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#266072 (or 0x266072) is known color: Orient. HEX triplet: 26, 60 and 72. RGB value is (38,96,114). Sum of RGB (Red+Green+Blue) = 38+96+114=248 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.32% from 248); Green value is 96 (37.89% from 255 or 38.71% from 248); Blue value is 114 (44.92% from 255 or 45.97% from 248); Max value from RGB is 114 - color contains mainly: blue. Hex color #266072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266072 is #D99F8D. Grayscale: #505050. Windows color (decimal): -14262158 or 7495718. OLE color: 7495718.

HSL color Cylindrical-coordinate representation of color #266072: hue angle of 194.21º 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 #266072 is Cyan = 0.67, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 38 96 114 -
CMYK 0.67 0.16 0 0.55
HSL 194.21º 0.5% 0.3% -
HSV(B) 194.21º 0.67% 0.45% -
XYZ 8.02 9.99 17.43 -
YUV 80.71 146.78 97.54 -
System Red Green Blue C M Y K H S L
Decimal 38 96 114 0.67 0.16 0 0.55 194.21 0.5 0.3
Hex 26 60 72 43 10 0 37 C2 32 1E
Octal 46 140 162 103 20 0 67 302 62 36
Binary 100110 1100000 1110010 1000011 10000 0 110111 11000010 110010 11110

Color Harmonies of #266072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266072

Black with #266072

Text Example


Text Example

White with #266072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266072; }

 p { color: rgb(38,96,114); }

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

background-color css

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

 a { background-color: rgb(38,96,114); }

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

border-color css

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

 span { border-color: rgb(38,96,114); }

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