Html Css Color HEX #265D94 Endeavour

📋 copy color: '#265D94'

red 38 ◦ green 93 ◦ blue 148

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

Shades of Endeavour #265D94

Tints of Endeavour #265D94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 53.05%

R = 13.62%
G = 33.33%
B = 53.05%

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

#265D94 (or 0x265D94) is known color: Endeavour. HEX triplet: 26, 5D and 94. RGB value is (38,93,148). Sum of RGB (Red+Green+Blue) = 38+93+148=279 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.62% from 279); Green value is 93 (36.72% from 255 or 33.33% from 279); Blue value is 148 (58.20% from 255 or 53.05% from 279); Max value from RGB is 148 - color contains mainly: blue. Hex color #265D94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265D94 is #D9A26B. Grayscale: #525252. Windows color (decimal): -14262892 or 9723174. OLE color: 9723174.

HSL color Cylindrical-coordinate representation of color #265D94: hue angle of 210º 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 #265D94 is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 38 93 148 -
CMYK 0.74 0.37 0 0.42
HSL 210º 0.59% 0.36% -
HSV(B) 210º 0.74% 0.58% -
XYZ 10.06 10.38 29.49 -
YUV 82.83 164.78 96.03 -
System Red Green Blue C M Y K H S L
Decimal 38 93 148 0.74 0.37 0 0.42 210 0.59 0.36
Hex 26 5D 94 4A 25 0 2A D2 3B 24
Octal 46 135 224 112 45 0 52 322 73 44
Binary 100110 1011101 10010100 1001010 100101 0 101010 11010010 111011 100100

Color Harmonies of #265D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265D94

Black with #265D94

Text Example


Text Example

White with #265D94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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