Html Css Color HEX #234F96 Endeavour

📋 copy color: '#234F96'

red 35 ◦ green 79 ◦ blue 150

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

Shades of Endeavour #234F96

Tints of Endeavour #234F96

RGB

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

 GREEN value IS 79 (31.25% from 255) = 29.92%

 BLUE value IS 150 (58.98% from 255) = 56.82%

R = 13.26%
G = 29.92%
B = 56.82%

CMYK

 C value IS 0.77

 M value IS 0.47

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#234F96 (or 0x234F96) is known color: Endeavour. HEX triplet: 23, 4F and 96. RGB value is (35,79,150). Sum of RGB (Red+Green+Blue) = 35+79+150=264 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.26% from 264); Green value is 79 (31.25% from 255 or 29.92% from 264); Blue value is 150 (58.98% from 255 or 56.82% from 264); Max value from RGB is 150 - color contains mainly: blue. Hex color #234F96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #234F96 is #DCB069. Grayscale: #494949. Windows color (decimal): -14463082 or 9850659. OLE color: 9850659.

HSL color Cylindrical-coordinate representation of color #234F96: hue angle of 217.04º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #234F96 is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 35 79 150 -
CMYK 0.77 0.47 0 0.41
HSL 217.04º 0.62% 0.36% -
HSV(B) 217.04º 0.77% 0.59% -
XYZ 8.99 8.15 29.95 -
YUV 73.94 170.92 100.23 -
System Red Green Blue C M Y K H S L
Decimal 35 79 150 0.77 0.47 0 0.41 217.04 0.62 0.36
Hex 23 4F 96 4D 2F 0 29 D9 3E 24
Octal 43 117 226 115 57 0 51 331 76 44
Binary 100011 1001111 10010110 1001101 101111 0 101001 11011001 111110 100100

Color Harmonies of #234F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234F96

Black with #234F96

Text Example


Text Example

White with #234F96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,79,150); }

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

background-color css

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

 a { background-color: rgb(35,79,150); }

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

border-color css

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

 span { border-color: rgb(35,79,150); }

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