Html Css Color HEX #2B7BBB Curious Blue

📋 copy color: '#2B7BBB'

red 43 ◦ green 123 ◦ blue 187

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

Shades of Curious Blue #2B7BBB

Tints of Curious Blue #2B7BBB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.84%

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

R = 12.18%
G = 34.84%
B = 52.97%

CMYK

 C value IS 0.77

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2B7BBB (or 0x2B7BBB) is known color: Curious Blue. HEX triplet: 2B, 7B and BB. RGB value is (43,123,187). Sum of RGB (Red+Green+Blue) = 43+123+187=353 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.18% from 353); Green value is 123 (48.44% from 255 or 34.84% from 353); Blue value is 187 (73.44% from 255 or 52.97% from 353); Max value from RGB is 187 - color contains mainly: blue. Hex color #2B7BBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B7BBB is #D48444. Grayscale: #6A6A6A. Windows color (decimal): -13927493 or 12286763. OLE color: 12286763.

HSL color Cylindrical-coordinate representation of color #2B7BBB: hue angle of 206.67º 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 #2B7BBB is Cyan = 0.77, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 43 123 187 -
CMYK 0.77 0.34 0 0.27
HSL 206.67º 0.63% 0.45% -
HSV(B) 206.67º 0.77% 0.73% -
XYZ 17.05 18.27 49.64 -
YUV 106.38 173.5 82.8 -
System Red Green Blue C M Y K H S L
Decimal 43 123 187 0.77 0.34 0 0.27 206.67 0.63 0.45
Hex 2B 7B BB 4D 22 0 1B CF 3F 2D
Octal 53 173 273 115 42 0 33 317 77 55
Binary 101011 1111011 10111011 1001101 100010 0 11011 11001111 111111 101101

Color Harmonies of #2B7BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7BBB

Black with #2B7BBB

Text Example


Text Example

White with #2B7BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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