Html Css Color HEX #2B8CBE Curious Blue

📋 copy color: '#2B8CBE'

red 43 ◦ green 140 ◦ blue 190

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

Shades of Curious Blue #2B8CBE

Tints of Curious Blue #2B8CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.94%

R = 11.53%
G = 37.53%
B = 50.94%

CMYK

 C value IS 0.77

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2B8CBE (or 0x2B8CBE) is known color: Curious Blue. HEX triplet: 2B, 8C and BE. RGB value is (43,140,190). Sum of RGB (Red+Green+Blue) = 43+140+190=373 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.53% from 373); Green value is 140 (55.08% from 255 or 37.53% from 373); Blue value is 190 (74.61% from 255 or 50.94% from 373); Max value from RGB is 190 - color contains mainly: blue. Hex color #2B8CBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B8CBE is #D47341. Grayscale: #747474. Windows color (decimal): -13923138 or 12487723. OLE color: 12487723.

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

Color convert

RGB 43 140 190 -
CMYK 0.77 0.26 0 0.25
HSL 200.41º 0.63% 0.46% -
HSV(B) 200.41º 0.77% 0.75% -
XYZ 19.67 22.99 52.12 -
YUV 116.7 169.36 75.43 -
System Red Green Blue C M Y K H S L
Decimal 43 140 190 0.77 0.26 0 0.25 200.41 0.63 0.46
Hex 2B 8C BE 4D 1A 0 19 C8 3F 2E
Octal 53 214 276 115 32 0 31 310 77 56
Binary 101011 10001100 10111110 1001101 11010 0 11001 11001000 111111 101110

Color Harmonies of #2B8CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B8CBE

Black with #2B8CBE

Text Example


Text Example

White with #2B8CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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