Html Css Color HEX #234B93 Endeavour

📋 copy color: '#234B93'

red 35 ◦ green 75 ◦ blue 147

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

Shades of Endeavour #234B93

Tints of Endeavour #234B93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 57.2%

R = 13.62%
G = 29.18%
B = 57.2%

CMYK

 C value IS 0.76

 M value IS 0.49

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#234B93 (or 0x234B93) is known color: Endeavour. HEX triplet: 23, 4B and 93. RGB value is (35,75,147). Sum of RGB (Red+Green+Blue) = 35+75+147=257 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.62% from 257); Green value is 75 (29.69% from 255 or 29.18% from 257); Blue value is 147 (57.81% from 255 or 57.20% from 257); Max value from RGB is 147 - color contains mainly: blue. Hex color #234B93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234B93 is #DCB46C. Grayscale: #464646. Windows color (decimal): -14464109 or 9653027. OLE color: 9653027.

HSL color Cylindrical-coordinate representation of color #234B93: hue angle of 218.57º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #234B93 is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 35 75 147 -
CMYK 0.76 0.49 0 0.42
HSL 218.57º 0.62% 0.36% -
HSV(B) 218.57º 0.76% 0.58% -
XYZ 8.48 7.5 28.6 -
YUV 71.25 170.75 102.15 -
System Red Green Blue C M Y K H S L
Decimal 35 75 147 0.76 0.49 0 0.42 218.57 0.62 0.36
Hex 23 4B 93 4C 31 0 2A DB 3E 24
Octal 43 113 223 114 61 0 52 333 76 44
Binary 100011 1001011 10010011 1001100 110001 0 101010 11011011 111110 100100

Color Harmonies of #234B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234B93

Black with #234B93

Text Example


Text Example

White with #234B93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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