Html Css Color HEX #234A8F Endeavour

📋 copy color: '#234A8F'

red 35 ◦ green 74 ◦ blue 143

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

Shades of Endeavour #234A8F

Tints of Endeavour #234A8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 56.75%

R = 13.89%
G = 29.37%
B = 56.75%

CMYK

 C value IS 0.76

 M value IS 0.48

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#234A8F (or 0x234A8F) is known color: Endeavour. HEX triplet: 23, 4A and 8F. RGB value is (35,74,143). Sum of RGB (Red+Green+Blue) = 35+74+143=252 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.89% from 252); Green value is 74 (29.30% from 255 or 29.37% from 252); Blue value is 143 (56.25% from 255 or 56.75% from 252); Max value from RGB is 143 - color contains mainly: blue. Hex color #234A8F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234A8F is #DCB570. Grayscale: #454545. Windows color (decimal): -14464369 or 9390627. OLE color: 9390627.

HSL color Cylindrical-coordinate representation of color #234A8F: hue angle of 218.33º 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 #234A8F is Cyan = 0.76, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 35 74 143 -
CMYK 0.76 0.48 0 0.44
HSL 218.33º 0.61% 0.35% -
HSV(B) 218.33º 0.76% 0.56% -
XYZ 8.1 7.24 26.96 -
YUV 70.21 169.08 102.89 -
System Red Green Blue C M Y K H S L
Decimal 35 74 143 0.76 0.48 0 0.44 218.33 0.61 0.35
Hex 23 4A 8F 4C 30 0 2C DA 3D 23
Octal 43 112 217 114 60 0 54 332 75 43
Binary 100011 1001010 10001111 1001100 110000 0 101100 11011010 111101 100011

Color Harmonies of #234A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234A8F

Black with #234A8F

Text Example


Text Example

White with #234A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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