Html Css Color HEX #23548B Endeavour

📋 copy color: '#23548B'

red 35 ◦ green 84 ◦ blue 139

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

Shades of Endeavour #23548B

Tints of Endeavour #23548B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 32.56%

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

R = 13.57%
G = 32.56%
B = 53.88%

CMYK

 C value IS 0.75

 M value IS 0.40

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#23548B (or 0x23548B) is known color: Endeavour. HEX triplet: 23, 54 and 8B. RGB value is (35,84,139). Sum of RGB (Red+Green+Blue) = 35+84+139=258 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.57% from 258); Green value is 84 (33.20% from 255 or 32.56% from 258); Blue value is 139 (54.69% from 255 or 53.88% from 258); Max value from RGB is 139 - color contains mainly: blue. Hex color #23548B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23548B is #DCAB74. Grayscale: #4B4B4B. Windows color (decimal): -14461813 or 9131043. OLE color: 9131043.

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

Color convert

RGB 35 84 139 -
CMYK 0.75 0.40 0 0.45
HSL 211.73º 0.6% 0.34% -
HSV(B) 211.73º 0.75% 0.55% -
XYZ 8.52 8.56 25.63 -
YUV 75.62 163.77 99.03 -
System Red Green Blue C M Y K H S L
Decimal 35 84 139 0.75 0.40 0 0.45 211.73 0.6 0.34
Hex 23 54 8B 4B 28 0 2D D4 3C 22
Octal 43 124 213 113 50 0 55 324 74 42
Binary 100011 1010100 10001011 1001011 101000 0 101101 11010100 111100 100010

Color Harmonies of #23548B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23548B

Black with #23548B

Text Example


Text Example

White with #23548B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,84,139); }

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

background-color css

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

 a { background-color: rgb(35,84,139); }

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

border-color css

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

 span { border-color: rgb(35,84,139); }

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