Html Css Color HEX #2B7EBC Curious Blue

📋 copy color: '#2B7EBC'

red 43 ◦ green 126 ◦ blue 188

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

Shades of Curious Blue #2B7EBC

Tints of Curious Blue #2B7EBC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.29%

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

R = 12.04%
G = 35.29%
B = 52.66%

CMYK

 C value IS 0.77

 M value IS 0.33

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2B7EBC (or 0x2B7EBC) is known color: Curious Blue. HEX triplet: 2B, 7E and BC. RGB value is (43,126,188). Sum of RGB (Red+Green+Blue) = 43+126+188=357 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.04% from 357); Green value is 126 (49.61% from 255 or 35.29% from 357); Blue value is 188 (73.83% from 255 or 52.66% from 357); Max value from RGB is 188 - color contains mainly: blue. Hex color #2B7EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B7EBC is #D48143. Grayscale: #6B6B6B. Windows color (decimal): -13926724 or 12353067. OLE color: 12353067.

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

Color convert

RGB 43 126 188 -
CMYK 0.77 0.33 0 0.26
HSL 205.66º 0.63% 0.45% -
HSV(B) 205.66º 0.77% 0.74% -
XYZ 17.53 19.07 50.33 -
YUV 108.25 173 81.46 -
System Red Green Blue C M Y K H S L
Decimal 43 126 188 0.77 0.33 0 0.26 205.66 0.63 0.45
Hex 2B 7E BC 4D 21 0 1A CE 3F 2D
Octal 53 176 274 115 41 0 32 316 77 55
Binary 101011 1111110 10111100 1001101 100001 0 11010 11001110 111111 101101

Color Harmonies of #2B7EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7EBC

Black with #2B7EBC

Text Example


Text Example

White with #2B7EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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