Html Css Color HEX #234D8D Endeavour

📋 copy color: '#234D8D'

red 35 ◦ green 77 ◦ blue 141

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

Shades of Endeavour #234D8D

Tints of Endeavour #234D8D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 30.43%

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

R = 13.83%
G = 30.43%
B = 55.73%

CMYK

 C value IS 0.75

 M value IS 0.45

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#234D8D (or 0x234D8D) is known color: Endeavour. HEX triplet: 23, 4D and 8D. RGB value is (35,77,141). Sum of RGB (Red+Green+Blue) = 35+77+141=253 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.83% from 253); Green value is 77 (30.47% from 255 or 30.43% from 253); Blue value is 141 (55.47% from 255 or 55.73% from 253); Max value from RGB is 141 - color contains mainly: blue. Hex color #234D8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #234D8D is #DCB272. Grayscale: #474747. Windows color (decimal): -14463603 or 9260323. OLE color: 9260323.

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

Color convert

RGB 35 77 141 -
CMYK 0.75 0.45 0 0.45
HSL 216.23º 0.6% 0.35% -
HSV(B) 216.23º 0.75% 0.55% -
XYZ 8.15 7.59 26.23 -
YUV 71.74 167.09 101.8 -
System Red Green Blue C M Y K H S L
Decimal 35 77 141 0.75 0.45 0 0.45 216.23 0.6 0.35
Hex 23 4D 8D 4B 2D 0 2D D8 3C 23
Octal 43 115 215 113 55 0 55 330 74 43
Binary 100011 1001101 10001101 1001011 101101 0 101101 11011000 111100 100011

Color Harmonies of #234D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234D8D

Black with #234D8D

Text Example


Text Example

White with #234D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234D8D; }

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

 H1.HeaderClassName
 {
   color: #234D8D;
 }
 .AnyTagClassName
 {
   color: #234D8D;
 }
</style>

background-color css

<style>
 a { background-color: #234D8D; }

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

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

border-color css

<style>
 span { border-color: #234D8D; }

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

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