Html Css Color HEX #234B8A Endeavour

📋 copy color: '#234B8A'

red 35 ◦ green 75 ◦ blue 138

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

Shades of Endeavour #234B8A

Tints of Endeavour #234B8A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 30.24%

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

R = 14.11%
G = 30.24%
B = 55.65%

CMYK

 C value IS 0.75

 M value IS 0.46

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#234B8A (or 0x234B8A) is known color: Endeavour. HEX triplet: 23, 4B and 8A. RGB value is (35,75,138). Sum of RGB (Red+Green+Blue) = 35+75+138=248 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.11% from 248); Green value is 75 (29.69% from 255 or 30.24% from 248); Blue value is 138 (54.30% from 255 or 55.65% from 248); Max value from RGB is 138 - color contains mainly: blue. Hex color #234B8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234B8A is #DCB475. Grayscale: #454545. Windows color (decimal): -14464118 or 9063203. OLE color: 9063203.

HSL color Cylindrical-coordinate representation of color #234B8A: hue angle of 216.7º 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 #234B8A is Cyan = 0.75, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 35 75 138 -
CMYK 0.75 0.46 0 0.46
HSL 216.7º 0.6% 0.34% -
HSV(B) 216.7º 0.75% 0.54% -
XYZ 7.8 7.22 25.03 -
YUV 70.22 166.25 102.88 -
System Red Green Blue C M Y K H S L
Decimal 35 75 138 0.75 0.46 0 0.46 216.7 0.6 0.34
Hex 23 4B 8A 4B 2E 0 2E D9 3C 22
Octal 43 113 212 113 56 0 56 331 74 42
Binary 100011 1001011 10001010 1001011 101110 0 101110 11011001 111100 100010

Color Harmonies of #234B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234B8A

Black with #234B8A

Text Example


Text Example

White with #234B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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