Html Css Color HEX #234D90 Endeavour

📋 copy color: '#234D90'

red 35 ◦ green 77 ◦ blue 144

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

Shades of Endeavour #234D90

Tints of Endeavour #234D90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 56.25%

R = 13.67%
G = 30.08%
B = 56.25%

CMYK

 C value IS 0.76

 M value IS 0.47

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#234D90 (or 0x234D90) is known color: Endeavour. HEX triplet: 23, 4D and 90. RGB value is (35,77,144). Sum of RGB (Red+Green+Blue) = 35+77+144=256 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.67% from 256); Green value is 77 (30.47% from 255 or 30.08% from 256); Blue value is 144 (56.64% from 255 or 56.25% from 256); Max value from RGB is 144 - color contains mainly: blue. Hex color #234D90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #234D90 is #DCB26F. Grayscale: #474747. Windows color (decimal): -14463600 or 9456931. OLE color: 9456931.

HSL color Cylindrical-coordinate representation of color #234D90: hue angle of 216.88º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #234D90 is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 35 77 144 -
CMYK 0.76 0.47 0 0.44
HSL 216.88º 0.61% 0.35% -
HSV(B) 216.88º 0.76% 0.56% -
XYZ 8.38 7.68 27.43 -
YUV 72.08 168.59 101.55 -
System Red Green Blue C M Y K H S L
Decimal 35 77 144 0.76 0.47 0 0.44 216.88 0.61 0.35
Hex 23 4D 90 4C 2F 0 2C D9 3D 23
Octal 43 115 220 114 57 0 54 331 75 43
Binary 100011 1001101 10010000 1001100 101111 0 101100 11011001 111101 100011

Color Harmonies of #234D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234D90

Black with #234D90

Text Example


Text Example

White with #234D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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