Html Css Color HEX #265183 Endeavour

📋 copy color: '#265183'

red 38 ◦ green 81 ◦ blue 131

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

Shades of Endeavour #265183

Tints of Endeavour #265183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 52.4%

R = 15.2%
G = 32.4%
B = 52.4%

CMYK

 C value IS 0.71

 M value IS 0.38

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#265183 (or 0x265183) is known color: Endeavour. HEX triplet: 26, 51 and 83. RGB value is (38,81,131). Sum of RGB (Red+Green+Blue) = 38+81+131=250 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.2% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 131 (51.56% from 255 or 52.4% from 250); Max value from RGB is 131 - color contains mainly: blue. Hex color #265183 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265183 is #D9AE7C. Grayscale: #494949. Windows color (decimal): -14265981 or 8605990. OLE color: 8605990.

HSL color Cylindrical-coordinate representation of color #265183: hue angle of 212.26º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #265183 is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 38 81 131 -
CMYK 0.71 0.38 0 0.49
HSL 212.26º 0.55% 0.33% -
HSV(B) 212.26º 0.71% 0.51% -
XYZ 7.84 7.94 22.59 -
YUV 73.84 160.25 102.43 -
System Red Green Blue C M Y K H S L
Decimal 38 81 131 0.71 0.38 0 0.49 212.26 0.55 0.33
Hex 26 51 83 47 26 0 31 D4 37 21
Octal 46 121 203 107 46 0 61 324 67 41
Binary 100110 1010001 10000011 1000111 100110 0 110001 11010100 110111 100001

Color Harmonies of #265183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265183

Black with #265183

Text Example


Text Example

White with #265183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265183; }

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

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

background-color css

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

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

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

border-color css

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

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

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