Html Css Color HEX #2B7CBB Curious Blue

📋 copy color: '#2B7CBB'

red 43 ◦ green 124 ◦ blue 187

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

Shades of Curious Blue #2B7CBB

Tints of Curious Blue #2B7CBB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.03%

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

R = 12.15%
G = 35.03%
B = 52.82%

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

#2B7CBB (or 0x2B7CBB) is known color: Curious Blue. HEX triplet: 2B, 7C and BB. RGB value is (43,124,187). Sum of RGB (Red+Green+Blue) = 43+124+187=354 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.15% from 354); Green value is 124 (48.83% from 255 or 35.03% from 354); Blue value is 187 (73.44% from 255 or 52.82% from 354); Max value from RGB is 187 - color contains mainly: blue. Hex color #2B7CBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B7CBB is #D48344. Grayscale: #6A6A6A. Windows color (decimal): -13927237 or 12287019. OLE color: 12287019.

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

Color convert

RGB 43 124 187 -
CMYK 0.77 0.34 0 0.27
HSL 206.25º 0.63% 0.45% -
HSV(B) 206.25º 0.77% 0.73% -
XYZ 17.17 18.52 49.68 -
YUV 106.96 173.16 82.38 -
System Red Green Blue C M Y K H S L
Decimal 43 124 187 0.77 0.34 0 0.27 206.25 0.63 0.45
Hex 2B 7C BB 4D 22 0 1B CE 3F 2D
Octal 53 174 273 115 42 0 33 316 77 55
Binary 101011 1111100 10111011 1001101 100010 0 11011 11001110 111111 101101

Color Harmonies of #2B7CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7CBB

Black with #2B7CBB

Text Example


Text Example

White with #2B7CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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