Html Css Color HEX #23568F Endeavour

📋 copy color: '#23568F'

red 35 ◦ green 86 ◦ blue 143

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

Shades of Endeavour #23568F

Tints of Endeavour #23568F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 54.17%

R = 13.26%
G = 32.58%
B = 54.17%

CMYK

 C value IS 0.76

 M value IS 0.40

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#23568F (or 0x23568F) is known color: Endeavour. HEX triplet: 23, 56 and 8F. RGB value is (35,86,143). Sum of RGB (Red+Green+Blue) = 35+86+143=264 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.26% from 264); Green value is 86 (33.98% from 255 or 32.58% from 264); Blue value is 143 (56.25% from 255 or 54.17% from 264); Max value from RGB is 143 - color contains mainly: blue. Hex color #23568F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23568F is #DCA970. Grayscale: #4C4C4C. Windows color (decimal): -14461297 or 9393699. OLE color: 9393699.

HSL color Cylindrical-coordinate representation of color #23568F: hue angle of 211.67º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #23568F is Cyan = 0.76, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 35 86 143 -
CMYK 0.76 0.40 0 0.44
HSL 211.67º 0.61% 0.35% -
HSV(B) 211.67º 0.76% 0.56% -
XYZ 8.98 9 27.25 -
YUV 77.25 165.1 97.87 -
System Red Green Blue C M Y K H S L
Decimal 35 86 143 0.76 0.40 0 0.44 211.67 0.61 0.35
Hex 23 56 8F 4C 28 0 2C D4 3D 23
Octal 43 126 217 114 50 0 54 324 75 43
Binary 100011 1010110 10001111 1001100 101000 0 101100 11010100 111101 100011

Color Harmonies of #23568F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23568F

Black with #23568F

Text Example


Text Example

White with #23568F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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