Html Css Color HEX #2B467D Fun Blue

📋 copy color: '#2B467D'

red 43 ◦ green 70 ◦ blue 125

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

Shades of Fun Blue #2B467D

Tints of Fun Blue #2B467D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 52.52%

R = 18.07%
G = 29.41%
B = 52.52%

CMYK

 C value IS 0.66

 M value IS 0.44

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2B467D (or 0x2B467D) is known color: Fun Blue. HEX triplet: 2B, 46 and 7D. RGB value is (43,70,125). Sum of RGB (Red+Green+Blue) = 43+70+125=238 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.07% from 238); Green value is 70 (27.73% from 255 or 29.41% from 238); Blue value is 125 (49.22% from 255 or 52.52% from 238); Max value from RGB is 125 - color contains mainly: blue. Hex color #2B467D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B467D is #D4B982. Grayscale: #434343. Windows color (decimal): -13941123 or 8209963. OLE color: 8209963.

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

Color convert

RGB 43 70 125 -
CMYK 0.66 0.44 0 0.51
HSL 220.24º 0.49% 0.33% -
HSV(B) 220.24º 0.66% 0.49% -
XYZ 6.89 6.37 20.27 -
YUV 68.2 160.05 110.03 -
System Red Green Blue C M Y K H S L
Decimal 43 70 125 0.66 0.44 0 0.51 220.24 0.49 0.33
Hex 2B 46 7D 42 2C 0 33 DC 31 21
Octal 53 106 175 102 54 0 63 334 61 41
Binary 101011 1000110 1111101 1000010 101100 0 110011 11011100 110001 100001

Color Harmonies of #2B467D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B467D

Black with #2B467D

Text Example


Text Example

White with #2B467D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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