Html Css Color HEX #265185 Endeavour

📋 copy color: '#265185'

red 38 ◦ green 81 ◦ blue 133

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

Shades of Endeavour #265185

Tints of Endeavour #265185

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.14%

 BLUE value IS 133 (52.34% from 255) = 52.78%

R = 15.08%
G = 32.14%
B = 52.78%

CMYK

 C value IS 0.71

 M value IS 0.39

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#265185 (or 0x265185) is known color: Endeavour. HEX triplet: 26, 51 and 85. RGB value is (38,81,133). Sum of RGB (Red+Green+Blue) = 38+81+133=252 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.08% from 252); Green value is 81 (32.03% from 255 or 32.14% from 252); Blue value is 133 (52.34% from 255 or 52.78% from 252); Max value from RGB is 133 - color contains mainly: blue. Hex color #265185 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265185 is #D9AE7A. Grayscale: #494949. Windows color (decimal): -14265979 or 8737062. OLE color: 8737062.

HSL color Cylindrical-coordinate representation of color #265185: hue angle of 212.84º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #265185 is Cyan = 0.71, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 38 81 133 -
CMYK 0.71 0.39 0 0.48
HSL 212.84º 0.56% 0.34% -
HSV(B) 212.84º 0.71% 0.52% -
XYZ 7.98 7.99 23.31 -
YUV 74.07 161.25 102.27 -
System Red Green Blue C M Y K H S L
Decimal 38 81 133 0.71 0.39 0 0.48 212.84 0.56 0.34
Hex 26 51 85 47 27 0 30 D5 38 22
Octal 46 121 205 107 47 0 60 325 70 42
Binary 100110 1010001 10000101 1000111 100111 0 110000 11010101 111000 100010

Color Harmonies of #265185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265185

Black with #265185

Text Example


Text Example

White with #265185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265185; }

 p { color: rgb(38,81,133); }

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

background-color css

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

 a { background-color: rgb(38,81,133); }

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

border-color css

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

 span { border-color: rgb(38,81,133); }

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