Html Css Color HEX #234B8B Endeavour

📋 copy color: '#234B8B'

red 35 ◦ green 75 ◦ blue 139

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

Shades of Endeavour #234B8B

Tints of Endeavour #234B8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 55.82%

R = 14.06%
G = 30.12%
B = 55.82%

CMYK

 C value IS 0.75

 M value IS 0.46

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#234B8B (or 0x234B8B) is known color: Endeavour. HEX triplet: 23, 4B and 8B. RGB value is (35,75,139). Sum of RGB (Red+Green+Blue) = 35+75+139=249 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.06% from 249); Green value is 75 (29.69% from 255 or 30.12% from 249); Blue value is 139 (54.69% from 255 or 55.82% from 249); Max value from RGB is 139 - color contains mainly: blue. Hex color #234B8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234B8B is #DCB474. Grayscale: #464646. Windows color (decimal): -14464117 or 9128739. OLE color: 9128739.

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

Color convert

RGB 35 75 139 -
CMYK 0.75 0.46 0 0.45
HSL 216.92º 0.6% 0.34% -
HSV(B) 216.92º 0.75% 0.55% -
XYZ 7.87 7.25 25.41 -
YUV 70.34 166.75 102.8 -
System Red Green Blue C M Y K H S L
Decimal 35 75 139 0.75 0.46 0 0.45 216.92 0.6 0.34
Hex 23 4B 8B 4B 2E 0 2D D9 3C 22
Octal 43 113 213 113 56 0 55 331 74 42
Binary 100011 1001011 10001011 1001011 101110 0 101101 11011001 111100 100010

Color Harmonies of #234B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234B8B

Black with #234B8B

Text Example


Text Example

White with #234B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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