Html Css Color HEX #2B467C Fun Blue

📋 copy color: '#2B467C'

red 43 ◦ green 70 ◦ blue 124

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

Shades of Fun Blue #2B467C

Tints of Fun Blue #2B467C

RGB

 RED value IS 43 (17.19% from 255) = 18.14%

 GREEN value IS 70 (27.73% from 255) = 29.54%

 BLUE value IS 124 (48.83% from 255) = 52.32%

R = 18.14%
G = 29.54%
B = 52.32%

CMYK

 C value IS 0.65

 M value IS 0.44

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2B467C (or 0x2B467C) is known color: Fun Blue. HEX triplet: 2B, 46 and 7C. RGB value is (43,70,124). Sum of RGB (Red+Green+Blue) = 43+70+124=237 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.14% from 237); Green value is 70 (27.73% from 255 or 29.54% from 237); Blue value is 124 (48.83% from 255 or 52.32% from 237); Max value from RGB is 124 - color contains mainly: blue. Hex color #2B467C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B467C is #D4B983. Grayscale: #434343. Windows color (decimal): -13941124 or 8144427. OLE color: 8144427.

HSL color Cylindrical-coordinate representation of color #2B467C: hue angle of 220º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2B467C is Cyan = 0.65, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 43 70 124 -
CMYK 0.65 0.44 0 0.51
HSL 220º 0.49% 0.33% -
HSV(B) 220º 0.65% 0.49% -
XYZ 6.82 6.35 19.93 -
YUV 68.08 159.55 110.11 -
System Red Green Blue C M Y K H S L
Decimal 43 70 124 0.65 0.44 0 0.51 220 0.49 0.33
Hex 2B 46 7C 41 2C 0 33 DC 31 21
Octal 53 106 174 101 54 0 63 334 61 41
Binary 101011 1000110 1111100 1000001 101100 0 110011 11011100 110001 100001

Color Harmonies of #2B467C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B467C

Black with #2B467C

Text Example


Text Example

White with #2B467C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2B467C; }

 p { color: rgb(43,70,124); }

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

background-color css

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

 a { background-color: rgb(43,70,124); }

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

border-color css

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

 span { border-color: rgb(43,70,124); }

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