Html Css Color HEX #234992 Endeavour

📋 copy color: '#234992'

red 35 ◦ green 73 ◦ blue 146

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

Shades of Endeavour #234992

Tints of Endeavour #234992

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.74%

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

R = 13.78%
G = 28.74%
B = 57.48%

CMYK

 C value IS 0.76

 M value IS 0.5

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#234992 (or 0x234992) is known color: Endeavour. HEX triplet: 23, 49 and 92. RGB value is (35,73,146). Sum of RGB (Red+Green+Blue) = 35+73+146=254 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.78% from 254); Green value is 73 (28.91% from 255 or 28.74% from 254); Blue value is 146 (57.42% from 255 or 57.48% from 254); Max value from RGB is 146 - color contains mainly: blue. Hex color #234992 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234992 is #DCB66D. Grayscale: #454545. Windows color (decimal): -14464622 or 9586979. OLE color: 9586979.

HSL color Cylindrical-coordinate representation of color #234992: hue angle of 219.46º 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 #234992 is Cyan = 0.76, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 35 73 146 -
CMYK 0.76 0.5 0 0.43
HSL 219.46º 0.61% 0.35% -
HSV(B) 219.46º 0.76% 0.57% -
XYZ 8.26 7.2 28.15 -
YUV 69.96 170.91 103.06 -
System Red Green Blue C M Y K H S L
Decimal 35 73 146 0.76 0.5 0 0.43 219.46 0.61 0.35
Hex 23 49 92 4C 32 0 2B DB 3D 23
Octal 43 111 222 114 62 0 53 333 75 43
Binary 100011 1001001 10010010 1001100 110010 0 101011 11011011 111101 100011

Color Harmonies of #234992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234992

Black with #234992

Text Example


Text Example

White with #234992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234992; }

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

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

background-color css

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

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

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

border-color css

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

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

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