Html Css Color HEX #234D98 Endeavour

📋 copy color: '#234D98'

red 35 ◦ green 77 ◦ blue 152

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

Shades of Endeavour #234D98

Tints of Endeavour #234D98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 57.58%

R = 13.26%
G = 29.17%
B = 57.58%

CMYK

 C value IS 0.77

 M value IS 0.49

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#234D98 (or 0x234D98) is known color: Endeavour. HEX triplet: 23, 4D and 98. RGB value is (35,77,152). Sum of RGB (Red+Green+Blue) = 35+77+152=264 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.26% from 264); Green value is 77 (30.47% from 255 or 29.17% from 264); Blue value is 152 (59.77% from 255 or 57.58% from 264); Max value from RGB is 152 - color contains mainly: blue. Hex color #234D98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #234D98 is #DCB267. Grayscale: #484848. Windows color (decimal): -14463592 or 9981219. OLE color: 9981219.

HSL color Cylindrical-coordinate representation of color #234D98: hue angle of 218.46º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #234D98 is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 35 77 152 -
CMYK 0.77 0.49 0 0.40
HSL 218.46º 0.63% 0.37% -
HSV(B) 218.46º 0.77% 0.6% -
XYZ 9.01 7.93 30.76 -
YUV 72.99 172.59 100.9 -
System Red Green Blue C M Y K H S L
Decimal 35 77 152 0.77 0.49 0 0.40 218.46 0.63 0.37
Hex 23 4D 98 4D 31 0 28 DA 3F 25
Octal 43 115 230 115 61 0 50 332 77 45
Binary 100011 1001101 10011000 1001101 110001 0 101000 11011010 111111 100101

Color Harmonies of #234D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234D98

Black with #234D98

Text Example


Text Example

White with #234D98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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