Html Css Color HEX #234D8C Endeavour

📋 copy color: '#234D8C'

red 35 ◦ green 77 ◦ blue 140

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

Shades of Endeavour #234D8C

Tints of Endeavour #234D8C

RGB

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

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

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

R = 13.89%
G = 30.56%
B = 55.56%

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

#234D8C (or 0x234D8C) is known color: Endeavour. HEX triplet: 23, 4D and 8C. RGB value is (35,77,140). Sum of RGB (Red+Green+Blue) = 35+77+140=252 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.89% from 252); Green value is 77 (30.47% from 255 or 30.56% from 252); Blue value is 140 (55.08% from 255 or 55.56% from 252); Max value from RGB is 140 - color contains mainly: blue. Hex color #234D8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #234D8C is #DCB273. Grayscale: #474747. Windows color (decimal): -14463604 or 9194787. OLE color: 9194787.

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

Color convert

RGB 35 77 140 -
CMYK 0.75 0.45 0 0.45
HSL 216º 0.6% 0.34% -
HSV(B) 216º 0.75% 0.55% -
XYZ 8.08 7.56 25.84 -
YUV 71.62 166.59 101.88 -
System Red Green Blue C M Y K H S L
Decimal 35 77 140 0.75 0.45 0 0.45 216 0.6 0.34
Hex 23 4D 8C 4B 2D 0 2D D8 3C 22
Octal 43 115 214 113 55 0 55 330 74 42
Binary 100011 1001101 10001100 1001011 101101 0 101101 11011000 111100 100010

Color Harmonies of #234D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234D8C

Black with #234D8C

Text Example


Text Example

White with #234D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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