Html Css Color HEX #25658C Endeavour

📋 copy color: '#25658C'

red 37 ◦ green 101 ◦ blue 140

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

Shades of Endeavour #25658C

Tints of Endeavour #25658C

RGB

 RED value IS 37 (14.84% from 255) = 13.31%

 GREEN value IS 101 (39.84% from 255) = 36.33%

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

R = 13.31%
G = 36.33%
B = 50.36%

CMYK

 C value IS 0.74

 M value IS 0.28

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#25658C (or 0x25658C) is known color: Endeavour. HEX triplet: 25, 65 and 8C. RGB value is (37,101,140). Sum of RGB (Red+Green+Blue) = 37+101+140=278 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.31% from 278); Green value is 101 (39.84% from 255 or 36.33% from 278); Blue value is 140 (55.08% from 255 or 50.36% from 278); Max value from RGB is 140 - color contains mainly: blue. Hex color #25658C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25658C is #DA9A73. Grayscale: #565656. Windows color (decimal): -14326388 or 9200933. OLE color: 9200933.

HSL color Cylindrical-coordinate representation of color #25658C: hue angle of 202.72º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #25658C is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 37 101 140 -
CMYK 0.74 0.28 0 0.45
HSL 202.72º 0.58% 0.35% -
HSV(B) 202.72º 0.74% 0.55% -
XYZ 10.15 11.59 26.51 -
YUV 86.31 158.3 92.83 -
System Red Green Blue C M Y K H S L
Decimal 37 101 140 0.74 0.28 0 0.45 202.72 0.58 0.35
Hex 25 65 8C 4A 1C 0 2D CB 3A 23
Octal 45 145 214 112 34 0 55 313 72 43
Binary 100101 1100101 10001100 1001010 11100 0 101101 11001011 111010 100011

Color Harmonies of #25658C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25658C

Black with #25658C

Text Example


Text Example

White with #25658C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25658C; }

 p { color: rgb(37,101,140); }

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

background-color css

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

 a { background-color: rgb(37,101,140); }

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

border-color css

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

 span { border-color: rgb(37,101,140); }

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