Html Css Color HEX #265F7C Orient

📋 copy color: '#265F7C'

red 38 ◦ green 95 ◦ blue 124

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

Shades of Orient #265F7C

Tints of Orient #265F7C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 36.96%

 BLUE value IS 124 (48.83% from 255) = 48.25%

R = 14.79%
G = 36.96%
B = 48.25%

CMYK

 C value IS 0.69

 M value IS 0.23

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#265F7C (or 0x265F7C) is known color: Orient. HEX triplet: 26, 5F and 7C. RGB value is (38,95,124). Sum of RGB (Red+Green+Blue) = 38+95+124=257 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.79% from 257); Green value is 95 (37.5% from 255 or 36.96% from 257); Blue value is 124 (48.83% from 255 or 48.25% from 257); Max value from RGB is 124 - color contains mainly: blue. Hex color #265F7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265F7C is #D9A083. Grayscale: #515151. Windows color (decimal): -14262404 or 8150822. OLE color: 8150822.

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

Color convert

RGB 38 95 124 -
CMYK 0.69 0.23 0 0.51
HSL 200.23º 0.53% 0.32% -
HSV(B) 200.23º 0.69% 0.49% -
XYZ 8.53 10.05 20.56 -
YUV 81.26 152.12 97.14 -
System Red Green Blue C M Y K H S L
Decimal 38 95 124 0.69 0.23 0 0.51 200.23 0.53 0.32
Hex 26 5F 7C 45 17 0 33 C8 35 20
Octal 46 137 174 105 27 0 63 310 65 40
Binary 100110 1011111 1111100 1000101 10111 0 110011 11001000 110101 100000

Color Harmonies of #265F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265F7C

Black with #265F7C

Text Example


Text Example

White with #265F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,95,124); }

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

background-color css

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

 a { background-color: rgb(38,95,124); }

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

border-color css

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

 span { border-color: rgb(38,95,124); }

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