Html Css Color HEX #265F9D Endeavour

📋 copy color: '#265F9D'

red 38 ◦ green 95 ◦ blue 157

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

Shades of Endeavour #265F9D

Tints of Endeavour #265F9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 54.14%

R = 13.1%
G = 32.76%
B = 54.14%

CMYK

 C value IS 0.76

 M value IS 0.39

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#265F9D (or 0x265F9D) is known color: Endeavour. HEX triplet: 26, 5F and 9D. RGB value is (38,95,157). Sum of RGB (Red+Green+Blue) = 38+95+157=290 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.10% from 290); Green value is 95 (37.5% from 255 or 32.76% from 290); Blue value is 157 (61.72% from 255 or 54.14% from 290); Max value from RGB is 157 - color contains mainly: blue. Hex color #265F9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265F9D is #D9A062. Grayscale: #545454. Windows color (decimal): -14262371 or 10313510. OLE color: 10313510.

HSL color Cylindrical-coordinate representation of color #265F9D: hue angle of 211.26º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #265F9D is Cyan = 0.76, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 38 95 157 -
CMYK 0.76 0.39 0 0.38
HSL 211.26º 0.61% 0.38% -
HSV(B) 211.26º 0.76% 0.62% -
XYZ 10.98 11.03 33.45 -
YUV 85.03 168.62 94.46 -
System Red Green Blue C M Y K H S L
Decimal 38 95 157 0.76 0.39 0 0.38 211.26 0.61 0.38
Hex 26 5F 9D 4C 27 0 26 D3 3D 26
Octal 46 137 235 114 47 0 46 323 75 46
Binary 100110 1011111 10011101 1001100 100111 0 100110 11010011 111101 100110

Color Harmonies of #265F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265F9D

Black with #265F9D

Text Example


Text Example

White with #265F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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