Html Css Color HEX #234A8D Endeavour

📋 copy color: '#234A8D'

red 35 ◦ green 74 ◦ blue 141

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

Shades of Endeavour #234A8D

Tints of Endeavour #234A8D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.6%

 BLUE value IS 141 (55.47% from 255) = 56.4%

R = 14%
G = 29.6%
B = 56.4%

CMYK

 C value IS 0.75

 M value IS 0.48

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#234A8D (or 0x234A8D) is known color: Endeavour. HEX triplet: 23, 4A and 8D. RGB value is (35,74,141). Sum of RGB (Red+Green+Blue) = 35+74+141=250 (33% of max value = 765). Red value is 35 (14.06% from 255 or 14% from 250); Green value is 74 (29.30% from 255 or 29.6% from 250); Blue value is 141 (55.47% from 255 or 56.4% from 250); Max value from RGB is 141 - color contains mainly: blue. Hex color #234A8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234A8D is #DCB572. Grayscale: #454545. Windows color (decimal): -14464371 or 9259555. OLE color: 9259555.

HSL color Cylindrical-coordinate representation of color #234A8D: hue angle of 217.92º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #234A8D is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 35 74 141 -
CMYK 0.75 0.48 0 0.45
HSL 217.92º 0.6% 0.35% -
HSV(B) 217.92º 0.75% 0.55% -
XYZ 7.95 7.18 26.17 -
YUV 69.98 168.08 103.05 -
System Red Green Blue C M Y K H S L
Decimal 35 74 141 0.75 0.48 0 0.45 217.92 0.6 0.35
Hex 23 4A 8D 4B 30 0 2D DA 3C 23
Octal 43 112 215 113 60 0 55 332 74 43
Binary 100011 1001010 10001101 1001011 110000 0 101101 11011010 111100 100011

Color Harmonies of #234A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234A8D

Black with #234A8D

Text Example


Text Example

White with #234A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,74,141); }

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

background-color css

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

 a { background-color: rgb(35,74,141); }

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

border-color css

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

 span { border-color: rgb(35,74,141); }

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