Html Css Color HEX #23568C Endeavour

📋 copy color: '#23568C'

red 35 ◦ green 86 ◦ blue 140

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

Shades of Endeavour #23568C

Tints of Endeavour #23568C

RGB

 RED value IS 35 (14.06% from 255) = 13.41%

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

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

R = 13.41%
G = 32.95%
B = 53.64%

CMYK

 C value IS 0.75

 M value IS 0.39

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#23568C (or 0x23568C) is known color: Endeavour. HEX triplet: 23, 56 and 8C. RGB value is (35,86,140). Sum of RGB (Red+Green+Blue) = 35+86+140=261 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.41% from 261); Green value is 86 (33.98% from 255 or 32.95% from 261); Blue value is 140 (55.08% from 255 or 53.64% from 261); Max value from RGB is 140 - color contains mainly: blue. Hex color #23568C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23568C is #DCA973. Grayscale: #4C4C4C. Windows color (decimal): -14461300 or 9197091. OLE color: 9197091.

HSL color Cylindrical-coordinate representation of color #23568C: hue angle of 210.86º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #23568C is Cyan = 0.75, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 35 86 140 -
CMYK 0.75 0.39 0 0.45
HSL 210.86º 0.6% 0.34% -
HSV(B) 210.86º 0.75% 0.55% -
XYZ 8.75 8.91 26.07 -
YUV 76.91 163.6 98.11 -
System Red Green Blue C M Y K H S L
Decimal 35 86 140 0.75 0.39 0 0.45 210.86 0.6 0.34
Hex 23 56 8C 4B 27 0 2D D3 3C 22
Octal 43 126 214 113 47 0 55 323 74 42
Binary 100011 1010110 10001100 1001011 100111 0 101101 11010011 111100 100010

Color Harmonies of #23568C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23568C

Black with #23568C

Text Example


Text Example

White with #23568C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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