Html Css Color HEX #25568B Endeavour

📋 copy color: '#25568B'

red 37 ◦ green 86 ◦ blue 139

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

Shades of Endeavour #25568B

Tints of Endeavour #25568B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 53.05%

R = 14.12%
G = 32.82%
B = 53.05%

CMYK

 C value IS 0.73

 M value IS 0.38

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#25568B (or 0x25568B) is known color: Endeavour. HEX triplet: 25, 56 and 8B. RGB value is (37,86,139). Sum of RGB (Red+Green+Blue) = 37+86+139=262 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.12% from 262); Green value is 86 (33.98% from 255 or 32.82% from 262); Blue value is 139 (54.69% from 255 or 53.05% from 262); Max value from RGB is 139 - color contains mainly: blue. Hex color #25568B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25568B is #DAA974. Grayscale: #4D4D4D. Windows color (decimal): -14330229 or 9131557. OLE color: 9131557.

HSL color Cylindrical-coordinate representation of color #25568B: hue angle of 211.18º degrees, saturation: 0.58, 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 #25568B is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 37 86 139 -
CMYK 0.73 0.38 0 0.45
HSL 211.18º 0.58% 0.35% -
HSV(B) 211.18º 0.73% 0.55% -
XYZ 8.75 8.91 25.69 -
YUV 77.39 162.77 99.19 -
System Red Green Blue C M Y K H S L
Decimal 37 86 139 0.73 0.38 0 0.45 211.18 0.58 0.35
Hex 25 56 8B 49 26 0 2D D3 3A 23
Octal 45 126 213 111 46 0 55 323 72 43
Binary 100101 1010110 10001011 1001001 100110 0 101101 11010011 111010 100011

Color Harmonies of #25568B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25568B

Black with #25568B

Text Example


Text Example

White with #25568B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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