Html Css Color HEX #265D93 Endeavour

📋 copy color: '#265D93'

red 38 ◦ green 93 ◦ blue 147

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

Shades of Endeavour #265D93

Tints of Endeavour #265D93

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.45%

 BLUE value IS 147 (57.81% from 255) = 52.88%

R = 13.67%
G = 33.45%
B = 52.88%

CMYK

 C value IS 0.74

 M value IS 0.37

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#265D93 (or 0x265D93) is known color: Endeavour. HEX triplet: 26, 5D and 93. RGB value is (38,93,147). Sum of RGB (Red+Green+Blue) = 38+93+147=278 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.67% from 278); Green value is 93 (36.72% from 255 or 33.45% from 278); Blue value is 147 (57.81% from 255 or 52.88% from 278); Max value from RGB is 147 - color contains mainly: blue. Hex color #265D93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265D93 is #D9A26C. Grayscale: #525252. Windows color (decimal): -14262893 or 9657638. OLE color: 9657638.

HSL color Cylindrical-coordinate representation of color #265D93: hue angle of 209.72º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #265D93 is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 38 93 147 -
CMYK 0.74 0.37 0 0.42
HSL 209.72º 0.59% 0.36% -
HSV(B) 209.72º 0.74% 0.58% -
XYZ 9.98 10.35 29.07 -
YUV 82.71 164.28 96.11 -
System Red Green Blue C M Y K H S L
Decimal 38 93 147 0.74 0.37 0 0.42 209.72 0.59 0.36
Hex 26 5D 93 4A 25 0 2A D2 3B 24
Octal 46 135 223 112 45 0 52 322 73 44
Binary 100110 1011101 10010011 1001010 100101 0 101010 11010010 111011 100100

Color Harmonies of #265D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265D93

Black with #265D93

Text Example


Text Example

White with #265D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,93,147); }

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

background-color css

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

 a { background-color: rgb(38,93,147); }

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

border-color css

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

 span { border-color: rgb(38,93,147); }

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