Html Css Color HEX #25568C Endeavour

📋 copy color: '#25568C'

red 37 ◦ green 86 ◦ blue 140

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

Shades of Endeavour #25568C

Tints of Endeavour #25568C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.7%

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

R = 14.07%
G = 32.7%
B = 53.23%

CMYK

 C value IS 0.74

 M value IS 0.39

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#25568C (or 0x25568C) is known color: Endeavour. HEX triplet: 25, 56 and 8C. RGB value is (37,86,140). Sum of RGB (Red+Green+Blue) = 37+86+140=263 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.07% from 263); Green value is 86 (33.98% from 255 or 32.70% from 263); Blue value is 140 (55.08% from 255 or 53.23% from 263); Max value from RGB is 140 - color contains mainly: blue. Hex color #25568C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25568C is #DAA973. Grayscale: #4D4D4D. Windows color (decimal): -14330228 or 9197093. OLE color: 9197093.

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

Color convert

RGB 37 86 140 -
CMYK 0.74 0.39 0 0.45
HSL 211.46º 0.58% 0.35% -
HSV(B) 211.46º 0.74% 0.55% -
XYZ 8.82 8.94 26.07 -
YUV 77.51 163.27 99.11 -
System Red Green Blue C M Y K H S L
Decimal 37 86 140 0.74 0.39 0 0.45 211.46 0.58 0.35
Hex 25 56 8C 4A 27 0 2D D3 3A 23
Octal 45 126 214 112 47 0 55 323 72 43
Binary 100101 1010110 10001100 1001010 100111 0 101101 11010011 111010 100011

Color Harmonies of #25568C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25568C

Black with #25568C

Text Example


Text Example

White with #25568C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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