Html Css Color HEX #2B467F Fun Blue

📋 copy color: '#2B467F'

red 43 ◦ green 70 ◦ blue 127

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

Shades of Fun Blue #2B467F

Tints of Fun Blue #2B467F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 52.92%

R = 17.92%
G = 29.17%
B = 52.92%

CMYK

 C value IS 0.66

 M value IS 0.45

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#2B467F (or 0x2B467F) is known color: Fun Blue. HEX triplet: 2B, 46 and 7F. RGB value is (43,70,127). Sum of RGB (Red+Green+Blue) = 43+70+127=240 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.92% from 240); Green value is 70 (27.73% from 255 or 29.17% from 240); Blue value is 127 (50% from 255 or 52.92% from 240); Max value from RGB is 127 - color contains mainly: blue. Hex color #2B467F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B467F is #D4B980. Grayscale: #444444. Windows color (decimal): -13941121 or 8341035. OLE color: 8341035.

HSL color Cylindrical-coordinate representation of color #2B467F: hue angle of 220.71º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B467F is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 43 70 127 -
CMYK 0.66 0.45 0 0.50
HSL 220.71º 0.49% 0.33% -
HSV(B) 220.71º 0.66% 0.5% -
XYZ 7.02 6.43 20.95 -
YUV 68.43 161.05 109.87 -
System Red Green Blue C M Y K H S L
Decimal 43 70 127 0.66 0.45 0 0.50 220.71 0.49 0.33
Hex 2B 46 7F 42 2D 0 32 DD 31 21
Octal 53 106 177 102 55 0 62 335 61 41
Binary 101011 1000110 1111111 1000010 101101 0 110010 11011101 110001 100001

Color Harmonies of #2B467F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B467F

Black with #2B467F

Text Example


Text Example

White with #2B467F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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