Html Css Color HEX #265A8C Endeavour

📋 copy color: '#265A8C'

red 38 ◦ green 90 ◦ blue 140

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

Shades of Endeavour #265A8C

Tints of Endeavour #265A8C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.58%

 BLUE value IS 140 (55.08% from 255) = 52.24%

R = 14.18%
G = 33.58%
B = 52.24%

CMYK

 C value IS 0.73

 M value IS 0.36

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#265A8C (or 0x265A8C) is known color: Endeavour. HEX triplet: 26, 5A and 8C. RGB value is (38,90,140). Sum of RGB (Red+Green+Blue) = 38+90+140=268 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.18% from 268); Green value is 90 (35.55% from 255 or 33.58% from 268); Blue value is 140 (55.08% from 255 or 52.24% from 268); Max value from RGB is 140 - color contains mainly: blue. Hex color #265A8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265A8C is #D9A573. Grayscale: #4F4F4F. Windows color (decimal): -14263668 or 9198118. OLE color: 9198118.

HSL color Cylindrical-coordinate representation of color #265A8C: hue angle of 209.41º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #265A8C is Cyan = 0.73, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 38 90 140 -
CMYK 0.73 0.36 0 0.45
HSL 209.41º 0.57% 0.35% -
HSV(B) 209.41º 0.73% 0.55% -
XYZ 9.19 9.62 26.18 -
YUV 80.15 161.77 97.93 -
System Red Green Blue C M Y K H S L
Decimal 38 90 140 0.73 0.36 0 0.45 209.41 0.57 0.35
Hex 26 5A 8C 49 24 0 2D D1 39 23
Octal 46 132 214 111 44 0 55 321 71 43
Binary 100110 1011010 10001100 1001001 100100 0 101101 11010001 111001 100011

Color Harmonies of #265A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265A8C

Black with #265A8C

Text Example


Text Example

White with #265A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,90,140); }

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

background-color css

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

 a { background-color: rgb(38,90,140); }

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

border-color css

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

 span { border-color: rgb(38,90,140); }

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