Html Css Color HEX #224384 Fun Blue

📋 copy color: '#224384'

red 34 ◦ green 67 ◦ blue 132

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

Shades of Fun Blue #224384

Tints of Fun Blue #224384

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.76%

 BLUE value IS 132 (51.95% from 255) = 56.65%

R = 14.59%
G = 28.76%
B = 56.65%

CMYK

 C value IS 0.74

 M value IS 0.49

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#224384 (or 0x224384) is known color: Fun Blue. HEX triplet: 22, 43 and 84. RGB value is (34,67,132). Sum of RGB (Red+Green+Blue) = 34+67+132=233 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.59% from 233); Green value is 67 (26.56% from 255 or 28.76% from 233); Blue value is 132 (51.95% from 255 or 56.65% from 233); Max value from RGB is 132 - color contains mainly: blue. Hex color #224384 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224384 is #DDBC7B. Grayscale: #404040. Windows color (decimal): -14531708 or 8667938. OLE color: 8667938.

HSL color Cylindrical-coordinate representation of color #224384: hue angle of 219.8º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #224384 is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 34 67 132 -
CMYK 0.74 0.49 0 0.48
HSL 219.8º 0.59% 0.33% -
HSV(B) 219.8º 0.74% 0.52% -
XYZ 6.83 6.02 22.63 -
YUV 64.54 166.07 106.21 -
System Red Green Blue C M Y K H S L
Decimal 34 67 132 0.74 0.49 0 0.48 219.8 0.59 0.33
Hex 22 43 84 4A 31 0 30 DC 3B 21
Octal 42 103 204 112 61 0 60 334 73 41
Binary 100010 1000011 10000100 1001010 110001 0 110000 11011100 111011 100001

Color Harmonies of #224384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224384

Black with #224384

Text Example


Text Example

White with #224384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224384; }

 p { color: rgb(34,67,132); }

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

background-color css

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

 a { background-color: rgb(34,67,132); }

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

border-color css

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

 span { border-color: rgb(34,67,132); }

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