Html Css Color HEX #25668C Endeavour

📋 copy color: '#25668C'

red 37 ◦ green 102 ◦ blue 140

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

Shades of Endeavour #25668C

Tints of Endeavour #25668C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.56%

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

R = 13.26%
G = 36.56%
B = 50.18%

CMYK

 C value IS 0.74

 M value IS 0.27

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#25668C (or 0x25668C) is known color: Endeavour. HEX triplet: 25, 66 and 8C. RGB value is (37,102,140). Sum of RGB (Red+Green+Blue) = 37+102+140=279 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.26% from 279); Green value is 102 (40.23% from 255 or 36.56% from 279); Blue value is 140 (55.08% from 255 or 50.18% from 279); Max value from RGB is 140 - color contains mainly: blue. Hex color #25668C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25668C is #DA9973. Grayscale: #565656. Windows color (decimal): -14326132 or 9201189. OLE color: 9201189.

HSL color Cylindrical-coordinate representation of color #25668C: hue angle of 202.14º 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 #25668C is Cyan = 0.74, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 37 102 140 -
CMYK 0.74 0.27 0 0.45
HSL 202.14º 0.58% 0.35% -
HSV(B) 202.14º 0.74% 0.55% -
XYZ 10.25 11.79 26.55 -
YUV 86.9 157.97 92.41 -
System Red Green Blue C M Y K H S L
Decimal 37 102 140 0.74 0.27 0 0.45 202.14 0.58 0.35
Hex 25 66 8C 4A 1B 0 2D CA 3A 23
Octal 45 146 214 112 33 0 55 312 72 43
Binary 100101 1100110 10001100 1001010 11011 0 101101 11001010 111010 100011

Color Harmonies of #25668C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25668C

Black with #25668C

Text Example


Text Example

White with #25668C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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