Html Css Color HEX #2B8BBB Curious Blue

📋 copy color: '#2B8BBB'

red 43 ◦ green 139 ◦ blue 187

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

Shades of Curious Blue #2B8BBB

Tints of Curious Blue #2B8BBB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.67%

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

R = 11.65%
G = 37.67%
B = 50.68%

CMYK

 C value IS 0.77

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2B8BBB (or 0x2B8BBB) is known color: Curious Blue. HEX triplet: 2B, 8B and BB. RGB value is (43,139,187). Sum of RGB (Red+Green+Blue) = 43+139+187=369 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.65% from 369); Green value is 139 (54.69% from 255 or 37.67% from 369); Blue value is 187 (73.44% from 255 or 50.68% from 369); Max value from RGB is 187 - color contains mainly: blue. Hex color #2B8BBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B8BBB is #D47444. Grayscale: #737373. Windows color (decimal): -13923397 or 12290859. OLE color: 12290859.

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

Color convert

RGB 43 139 187 -
CMYK 0.77 0.26 0 0.27
HSL 200º 0.63% 0.45% -
HSV(B) 200º 0.77% 0.73% -
XYZ 19.2 22.57 50.36 -
YUV 115.77 168.2 76.1 -
System Red Green Blue C M Y K H S L
Decimal 43 139 187 0.77 0.26 0 0.27 200 0.63 0.45
Hex 2B 8B BB 4D 1A 0 1B C8 3F 2D
Octal 53 213 273 115 32 0 33 310 77 55
Binary 101011 10001011 10111011 1001101 11010 0 11011 11001000 111111 101101

Color Harmonies of #2B8BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B8BBB

Black with #2B8BBB

Text Example


Text Example

White with #2B8BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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