Html Css Color HEX #224B9B Endeavour

📋 copy color: '#224B9B'

red 34 ◦ green 75 ◦ blue 155

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

Shades of Endeavour #224B9B

Tints of Endeavour #224B9B

RGB

 RED value IS 34 (13.67% from 255) = 12.88%

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

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

R = 12.88%
G = 28.41%
B = 58.71%

CMYK

 C value IS 0.78

 M value IS 0.52

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#224B9B (or 0x224B9B) is known color: Endeavour. HEX triplet: 22, 4B and 9B. RGB value is (34,75,155). Sum of RGB (Red+Green+Blue) = 34+75+155=264 (34% of max value = 765). Red value is 34 (13.67% from 255 or 12.88% from 264); Green value is 75 (29.69% from 255 or 28.41% from 264); Blue value is 155 (60.94% from 255 or 58.71% from 264); Max value from RGB is 155 - color contains mainly: blue. Hex color #224B9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224B9B is #DDB464. Grayscale: #474747. Windows color (decimal): -14529637 or 10177314. OLE color: 10177314.

HSL color Cylindrical-coordinate representation of color #224B9B: hue angle of 219.67º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #224B9B is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 34 75 155 -
CMYK 0.78 0.52 0 0.39
HSL 219.67º 0.64% 0.37% -
HSV(B) 219.67º 0.78% 0.61% -
XYZ 9.09 7.74 32.02 -
YUV 71.86 174.92 101 -
System Red Green Blue C M Y K H S L
Decimal 34 75 155 0.78 0.52 0 0.39 219.67 0.64 0.37
Hex 22 4B 9B 4E 34 0 27 DC 40 25
Octal 42 113 233 116 64 0 47 334 100 45
Binary 100010 1001011 10011011 1001110 110100 0 100111 11011100 1000000 100101

Color Harmonies of #224B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224B9B

Black with #224B9B

Text Example


Text Example

White with #224B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224B9B; }

 p { color: rgb(34,75,155); }

 H1.HeaderClassName
 {
   color: #224B9B;
 }
 .AnyTagClassName
 {
   color: #224B9B;
 }
</style>

background-color css

<style>
 a { background-color: #224B9B; }

 a { background-color: rgb(34,75,155); }

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

border-color css

<style>
 span { border-color: #224B9B; }

 span { border-color: rgb(34,75,155); }

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