Html Css Color HEX #234F9B Endeavour

📋 copy color: '#234F9B'

red 35 ◦ green 79 ◦ blue 155

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

Shades of Endeavour #234F9B

Tints of Endeavour #234F9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 57.62%

R = 13.01%
G = 29.37%
B = 57.62%

CMYK

 C value IS 0.77

 M value IS 0.49

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#234F9B (or 0x234F9B) is known color: Endeavour. HEX triplet: 23, 4F and 9B. RGB value is (35,79,155). Sum of RGB (Red+Green+Blue) = 35+79+155=269 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.01% from 269); Green value is 79 (31.25% from 255 or 29.37% from 269); Blue value is 155 (60.94% from 255 or 57.62% from 269); Max value from RGB is 155 - color contains mainly: blue. Hex color #234F9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #234F9B is #DCB064. Grayscale: #4A4A4A. Windows color (decimal): -14463077 or 10178339. OLE color: 10178339.

HSL color Cylindrical-coordinate representation of color #234F9B: hue angle of 218º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #234F9B is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 35 79 155 -
CMYK 0.77 0.49 0 0.39
HSL 218º 0.63% 0.37% -
HSV(B) 218º 0.77% 0.61% -
XYZ 9.41 8.32 32.12 -
YUV 74.51 173.42 99.82 -
System Red Green Blue C M Y K H S L
Decimal 35 79 155 0.77 0.49 0 0.39 218 0.63 0.37
Hex 23 4F 9B 4D 31 0 27 DA 3F 25
Octal 43 117 233 115 61 0 47 332 77 45
Binary 100011 1001111 10011011 1001101 110001 0 100111 11011010 111111 100101

Color Harmonies of #234F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234F9B

Black with #234F9B

Text Example


Text Example

White with #234F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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