Html Css Color HEX #234E8A Endeavour

📋 copy color: '#234E8A'

red 35 ◦ green 78 ◦ blue 138

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

Shades of Endeavour #234E8A

Tints of Endeavour #234E8A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 31.08%

 BLUE value IS 138 (54.3% from 255) = 54.98%

R = 13.94%
G = 31.08%
B = 54.98%

CMYK

 C value IS 0.75

 M value IS 0.43

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#234E8A (or 0x234E8A) is known color: Endeavour. HEX triplet: 23, 4E and 8A. RGB value is (35,78,138). Sum of RGB (Red+Green+Blue) = 35+78+138=251 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.94% from 251); Green value is 78 (30.86% from 255 or 31.08% from 251); Blue value is 138 (54.30% from 255 or 54.98% from 251); Max value from RGB is 138 - color contains mainly: blue. Hex color #234E8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #234E8A is #DCB175. Grayscale: #474747. Windows color (decimal): -14463350 or 9063971. OLE color: 9063971.

HSL color Cylindrical-coordinate representation of color #234E8A: hue angle of 214.95º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #234E8A is Cyan = 0.75, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 35 78 138 -
CMYK 0.75 0.43 0 0.46
HSL 214.95º 0.6% 0.34% -
HSV(B) 214.95º 0.75% 0.54% -
XYZ 8 7.64 25.1 -
YUV 71.98 165.25 101.62 -
System Red Green Blue C M Y K H S L
Decimal 35 78 138 0.75 0.43 0 0.46 214.95 0.6 0.34
Hex 23 4E 8A 4B 2B 0 2E D7 3C 22
Octal 43 116 212 113 53 0 56 327 74 42
Binary 100011 1001110 10001010 1001011 101011 0 101110 11010111 111100 100010

Color Harmonies of #234E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234E8A

Black with #234E8A

Text Example


Text Example

White with #234E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,78,138); }

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

background-color css

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

 a { background-color: rgb(35,78,138); }

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

border-color css

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

 span { border-color: rgb(35,78,138); }

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