Html Css Color HEX #234D92 Endeavour

📋 copy color: '#234D92'

red 35 ◦ green 77 ◦ blue 146

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

Shades of Endeavour #234D92

Tints of Endeavour #234D92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 56.59%

R = 13.57%
G = 29.84%
B = 56.59%

CMYK

 C value IS 0.76

 M value IS 0.47

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#234D92 (or 0x234D92) is known color: Endeavour. HEX triplet: 23, 4D and 92. RGB value is (35,77,146). Sum of RGB (Red+Green+Blue) = 35+77+146=258 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.57% from 258); Green value is 77 (30.47% from 255 or 29.84% from 258); Blue value is 146 (57.42% from 255 or 56.59% from 258); Max value from RGB is 146 - color contains mainly: blue. Hex color #234D92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #234D92 is #DCB26D. Grayscale: #474747. Windows color (decimal): -14463598 or 9588003. OLE color: 9588003.

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

Color convert

RGB 35 77 146 -
CMYK 0.76 0.47 0 0.43
HSL 217.3º 0.61% 0.35% -
HSV(B) 217.3º 0.76% 0.57% -
XYZ 8.54 7.74 28.24 -
YUV 72.31 169.59 101.39 -
System Red Green Blue C M Y K H S L
Decimal 35 77 146 0.76 0.47 0 0.43 217.3 0.61 0.35
Hex 23 4D 92 4C 2F 0 2B D9 3D 23
Octal 43 115 222 114 57 0 53 331 75 43
Binary 100011 1001101 10010010 1001100 101111 0 101011 11011001 111101 100011

Color Harmonies of #234D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234D92

Black with #234D92

Text Example


Text Example

White with #234D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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