Html Css Color HEX #2B7BC6 Curious Blue

📋 copy color: '#2B7BC6'

red 43 ◦ green 123 ◦ blue 198

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

Shades of Curious Blue #2B7BC6

Tints of Curious Blue #2B7BC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 54.4%

R = 11.81%
G = 33.79%
B = 54.4%

CMYK

 C value IS 0.78

 M value IS 0.38

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#2B7BC6 (or 0x2B7BC6) is known color: Curious Blue. HEX triplet: 2B, 7B and C6. RGB value is (43,123,198). Sum of RGB (Red+Green+Blue) = 43+123+198=364 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.81% from 364); Green value is 123 (48.44% from 255 or 33.79% from 364); Blue value is 198 (77.73% from 255 or 54.40% from 364); Max value from RGB is 198 - color contains mainly: blue. Hex color #2B7BC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B7BC6 is #D48439. Grayscale: #6B6B6B. Windows color (decimal): -13927482 or 13007659. OLE color: 13007659.

HSL color Cylindrical-coordinate representation of color #2B7BC6: hue angle of 209.03º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2B7BC6 is Cyan = 0.78, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 43 123 198 -
CMYK 0.78 0.38 0 0.22
HSL 209.03º 0.64% 0.47% -
HSV(B) 209.03º 0.78% 0.78% -
XYZ 18.27 18.76 56.08 -
YUV 107.63 179 81.9 -
System Red Green Blue C M Y K H S L
Decimal 43 123 198 0.78 0.38 0 0.22 209.03 0.64 0.47
Hex 2B 7B C6 4E 26 0 16 D1 40 2F
Octal 53 173 306 116 46 0 26 321 100 57
Binary 101011 1111011 11000110 1001110 100110 0 10110 11010001 1000000 101111

Color Harmonies of #2B7BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7BC6

Black with #2B7BC6

Text Example


Text Example

White with #2B7BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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