Html Css Color HEX #265B72 Orient

📋 copy color: '#265B72'

red 38 ◦ green 91 ◦ blue 114

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

Shades of Orient #265B72

Tints of Orient #265B72

RGB

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

 GREEN value IS 91 (35.94% from 255) = 37.45%

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

R = 15.64%
G = 37.45%
B = 46.91%

CMYK

 C value IS 0.67

 M value IS 0.20

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#265B72 (or 0x265B72) is known color: Orient. HEX triplet: 26, 5B and 72. RGB value is (38,91,114). Sum of RGB (Red+Green+Blue) = 38+91+114=243 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.64% from 243); Green value is 91 (35.94% from 255 or 37.45% from 243); Blue value is 114 (44.92% from 255 or 46.91% from 243); Max value from RGB is 114 - color contains mainly: blue. Hex color #265B72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265B72 is #D9A48D. Grayscale: #4D4D4D. Windows color (decimal): -14263438 or 7494438. OLE color: 7494438.

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

Color convert

RGB 38 91 114 -
CMYK 0.67 0.20 0 0.55
HSL 198.16º 0.5% 0.3% -
HSV(B) 198.16º 0.67% 0.45% -
XYZ 7.58 9.11 17.28 -
YUV 77.78 148.44 99.63 -
System Red Green Blue C M Y K H S L
Decimal 38 91 114 0.67 0.20 0 0.55 198.16 0.5 0.3
Hex 26 5B 72 43 14 0 37 C6 32 1E
Octal 46 133 162 103 24 0 67 306 62 36
Binary 100110 1011011 1110010 1000011 10100 0 110111 11000110 110010 11110

Color Harmonies of #265B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265B72

Black with #265B72

Text Example


Text Example

White with #265B72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265B72; }

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

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

background-color css

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

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

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

border-color css

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

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

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