Html Css Color HEX #265E6F Orient

📋 copy color: '#265E6F'

red 38 ◦ green 94 ◦ blue 111

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

Shades of Orient #265E6F

Tints of Orient #265E6F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 38.68%

 BLUE value IS 111 (43.75% from 255) = 45.68%

R = 15.64%
G = 38.68%
B = 45.68%

CMYK

 C value IS 0.66

 M value IS 0.15

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#265E6F (or 0x265E6F) is known color: Orient. HEX triplet: 26, 5E and 6F. RGB value is (38,94,111). Sum of RGB (Red+Green+Blue) = 38+94+111=243 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.64% from 243); Green value is 94 (37.11% from 255 or 38.68% from 243); Blue value is 111 (43.75% from 255 or 45.68% from 243); Max value from RGB is 111 - color contains mainly: blue. Hex color #265E6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265E6F is #D9A190. Grayscale: #4F4F4F. Windows color (decimal): -14262673 or 7298598. OLE color: 7298598.

HSL color Cylindrical-coordinate representation of color #265E6F: hue angle of 193.97º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #265E6F is Cyan = 0.66, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 38 94 111 -
CMYK 0.66 0.15 0 0.56
HSL 193.97º 0.49% 0.29% -
HSV(B) 193.97º 0.66% 0.44% -
XYZ 7.67 9.57 16.48 -
YUV 79.19 145.95 98.62 -
System Red Green Blue C M Y K H S L
Decimal 38 94 111 0.66 0.15 0 0.56 193.97 0.49 0.29
Hex 26 5E 6F 42 F 0 38 C2 31 1D
Octal 46 136 157 102 17 0 70 302 61 35
Binary 100110 1011110 1101111 1000010 1111 0 111000 11000010 110001 11101

Color Harmonies of #265E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265E6F

Black with #265E6F

Text Example


Text Example

White with #265E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,94,111); }

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

background-color css

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

 a { background-color: rgb(38,94,111); }

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

border-color css

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

 span { border-color: rgb(38,94,111); }

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