Html Css Color HEX #23528D Endeavour

📋 copy color: '#23528D'

red 35 ◦ green 82 ◦ blue 141

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

Shades of Endeavour #23528D

Tints of Endeavour #23528D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.78%

 BLUE value IS 141 (55.47% from 255) = 54.65%

R = 13.57%
G = 31.78%
B = 54.65%

CMYK

 C value IS 0.75

 M value IS 0.42

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#23528D (or 0x23528D) is known color: Endeavour. HEX triplet: 23, 52 and 8D. RGB value is (35,82,141). Sum of RGB (Red+Green+Blue) = 35+82+141=258 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.57% from 258); Green value is 82 (32.42% from 255 or 31.78% from 258); Blue value is 141 (55.47% from 255 or 54.65% from 258); Max value from RGB is 141 - color contains mainly: blue. Hex color #23528D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23528D is #DCAD72. Grayscale: #4A4A4A. Windows color (decimal): -14462323 or 9261603. OLE color: 9261603.

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

Color convert

RGB 35 82 141 -
CMYK 0.75 0.42 0 0.45
HSL 213.4º 0.6% 0.35% -
HSV(B) 213.4º 0.75% 0.55% -
XYZ 8.52 8.32 26.36 -
YUV 74.67 165.43 99.7 -
System Red Green Blue C M Y K H S L
Decimal 35 82 141 0.75 0.42 0 0.45 213.4 0.6 0.35
Hex 23 52 8D 4B 2A 0 2D D5 3C 23
Octal 43 122 215 113 52 0 55 325 74 43
Binary 100011 1010010 10001101 1001011 101010 0 101101 11010101 111100 100011

Color Harmonies of #23528D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23528D

Black with #23528D

Text Example


Text Example

White with #23528D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23528D; }

 p { color: rgb(35,82,141); }

 H1.HeaderClassName
 {
   color: #23528D;
 }
 .AnyTagClassName
 {
   color: #23528D;
 }
</style>

background-color css

<style>
 a { background-color: #23528D; }

 a { background-color: rgb(35,82,141); }

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

border-color css

<style>
 span { border-color: #23528D; }

 span { border-color: rgb(35,82,141); }

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