Html Css Color HEX #2B8CBC Curious Blue

📋 copy color: '#2B8CBC'

red 43 ◦ green 140 ◦ blue 188

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

Shades of Curious Blue #2B8CBC

Tints of Curious Blue #2B8CBC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.74%

 BLUE value IS 188 (73.83% from 255) = 50.67%

R = 11.59%
G = 37.74%
B = 50.67%

CMYK

 C value IS 0.77

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2B8CBC (or 0x2B8CBC) is known color: Curious Blue. HEX triplet: 2B, 8C and BC. RGB value is (43,140,188). Sum of RGB (Red+Green+Blue) = 43+140+188=371 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.59% from 371); Green value is 140 (55.08% from 255 or 37.74% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #2B8CBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B8CBC is #D47343. Grayscale: #747474. Windows color (decimal): -13923140 or 12356651. OLE color: 12356651.

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

Color convert

RGB 43 140 188 -
CMYK 0.77 0.26 0 0.26
HSL 199.86º 0.63% 0.45% -
HSV(B) 199.86º 0.77% 0.74% -
XYZ 19.45 22.9 50.97 -
YUV 116.47 168.36 75.6 -
System Red Green Blue C M Y K H S L
Decimal 43 140 188 0.77 0.26 0 0.26 199.86 0.63 0.45
Hex 2B 8C BC 4D 1A 0 1A C8 3F 2D
Octal 53 214 274 115 32 0 32 310 77 55
Binary 101011 10001100 10111100 1001101 11010 0 11010 11001000 111111 101101

Color Harmonies of #2B8CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B8CBC

Black with #2B8CBC

Text Example


Text Example

White with #2B8CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,140,188); }

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

background-color css

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

 a { background-color: rgb(43,140,188); }

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

border-color css

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

 span { border-color: rgb(43,140,188); }

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