Html Css Color HEX #265E7B Orient

📋 copy color: '#265E7B'

red 38 ◦ green 94 ◦ blue 123

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

Shades of Orient #265E7B

Tints of Orient #265E7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 48.24%

R = 14.9%
G = 36.86%
B = 48.24%

CMYK

 C value IS 0.69

 M value IS 0.24

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#265E7B (or 0x265E7B) is known color: Orient. HEX triplet: 26, 5E and 7B. RGB value is (38,94,123). Sum of RGB (Red+Green+Blue) = 38+94+123=255 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.90% from 255); Green value is 94 (37.11% from 255 or 36.86% from 255); Blue value is 123 (48.44% from 255 or 48.24% from 255); Max value from RGB is 123 - color contains mainly: blue. Hex color #265E7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265E7B is #D9A184. Grayscale: #505050. Windows color (decimal): -14262661 or 8085030. OLE color: 8085030.

HSL color Cylindrical-coordinate representation of color #265E7B: hue angle of 200.47º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #265E7B is Cyan = 0.69, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 38 94 123 -
CMYK 0.69 0.24 0 0.52
HSL 200.47º 0.53% 0.32% -
HSV(B) 200.47º 0.69% 0.48% -
XYZ 8.38 9.85 20.2 -
YUV 80.56 151.95 97.64 -
System Red Green Blue C M Y K H S L
Decimal 38 94 123 0.69 0.24 0 0.52 200.47 0.53 0.32
Hex 26 5E 7B 45 18 0 34 C8 35 20
Octal 46 136 173 105 30 0 64 310 65 40
Binary 100110 1011110 1111011 1000101 11000 0 110100 11001000 110101 100000

Color Harmonies of #265E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265E7B

Black with #265E7B

Text Example


Text Example

White with #265E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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