Html Css Color HEX #2B73BB Curious Blue

📋 copy color: '#2B73BB'

red 43 ◦ green 115 ◦ blue 187

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

Shades of Curious Blue #2B73BB

Tints of Curious Blue #2B73BB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.33%

 BLUE value IS 187 (73.44% from 255) = 54.2%

R = 12.46%
G = 33.33%
B = 54.2%

CMYK

 C value IS 0.77

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2B73BB (or 0x2B73BB) is known color: Curious Blue. HEX triplet: 2B, 73 and BB. RGB value is (43,115,187). Sum of RGB (Red+Green+Blue) = 43+115+187=345 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.46% from 345); Green value is 115 (45.31% from 255 or 33.33% from 345); Blue value is 187 (73.44% from 255 or 54.20% from 345); Max value from RGB is 187 - color contains mainly: blue. Hex color #2B73BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B73BB is #D48C44. Grayscale: #656565. Windows color (decimal): -13929541 or 12284715. OLE color: 12284715.

HSL color Cylindrical-coordinate representation of color #2B73BB: hue angle of 210º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B73BB is Cyan = 0.77, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 43 115 187 -
CMYK 0.77 0.39 0 0.27
HSL 210º 0.63% 0.45% -
HSV(B) 210º 0.77% 0.73% -
XYZ 16.1 16.36 49.32 -
YUV 101.68 176.15 86.15 -
System Red Green Blue C M Y K H S L
Decimal 43 115 187 0.77 0.39 0 0.27 210 0.63 0.45
Hex 2B 73 BB 4D 27 0 1B D2 3F 2D
Octal 53 163 273 115 47 0 33 322 77 55
Binary 101011 1110011 10111011 1001101 100111 0 11011 11010010 111111 101101

Color Harmonies of #2B73BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B73BB

Black with #2B73BB

Text Example


Text Example

White with #2B73BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,115,187); }

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

background-color css

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

 a { background-color: rgb(43,115,187); }

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

border-color css

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

 span { border-color: rgb(43,115,187); }

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