Html Css Color HEX #23538C Endeavour

📋 copy color: '#23538C'

red 35 ◦ green 83 ◦ blue 140

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

Shades of Endeavour #23538C

Tints of Endeavour #23538C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.17%

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

R = 13.57%
G = 32.17%
B = 54.26%

CMYK

 C value IS 0.75

 M value IS 0.41

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#23538C (or 0x23538C) is known color: Endeavour. HEX triplet: 23, 53 and 8C. RGB value is (35,83,140). Sum of RGB (Red+Green+Blue) = 35+83+140=258 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.57% from 258); Green value is 83 (32.81% from 255 or 32.17% from 258); Blue value is 140 (55.08% from 255 or 54.26% from 258); Max value from RGB is 140 - color contains mainly: blue. Hex color #23538C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23538C is #DCAC73. Grayscale: #4A4A4A. Windows color (decimal): -14462068 or 9196323. OLE color: 9196323.

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

Color convert

RGB 35 83 140 -
CMYK 0.75 0.41 0 0.45
HSL 212.57º 0.6% 0.34% -
HSV(B) 212.57º 0.75% 0.55% -
XYZ 8.52 8.44 25.99 -
YUV 75.15 164.6 99.37 -
System Red Green Blue C M Y K H S L
Decimal 35 83 140 0.75 0.41 0 0.45 212.57 0.6 0.34
Hex 23 53 8C 4B 29 0 2D D5 3C 22
Octal 43 123 214 113 51 0 55 325 74 42
Binary 100011 1010011 10001100 1001011 101001 0 101101 11010101 111100 100010

Color Harmonies of #23538C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23538C

Black with #23538C

Text Example


Text Example

White with #23538C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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