Html Css Color HEX #2B7EBA Curious Blue

📋 copy color: '#2B7EBA'

red 43 ◦ green 126 ◦ blue 186

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

Shades of Curious Blue #2B7EBA

Tints of Curious Blue #2B7EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 52.39%

R = 12.11%
G = 35.49%
B = 52.39%

CMYK

 C value IS 0.77

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2B7EBA (or 0x2B7EBA) is known color: Curious Blue. HEX triplet: 2B, 7E and BA. RGB value is (43,126,186). Sum of RGB (Red+Green+Blue) = 43+126+186=355 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.11% from 355); Green value is 126 (49.61% from 255 or 35.49% from 355); Blue value is 186 (73.05% from 255 or 52.39% from 355); Max value from RGB is 186 - color contains mainly: blue. Hex color #2B7EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B7EBA is #D48145. Grayscale: #6B6B6B. Windows color (decimal): -13926726 or 12221995. OLE color: 12221995.

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

Color convert

RGB 43 126 186 -
CMYK 0.77 0.32 0 0.27
HSL 205.17º 0.62% 0.45% -
HSV(B) 205.17º 0.77% 0.73% -
XYZ 17.32 18.98 49.21 -
YUV 108.02 172 81.62 -
System Red Green Blue C M Y K H S L
Decimal 43 126 186 0.77 0.32 0 0.27 205.17 0.62 0.45
Hex 2B 7E BA 4D 20 0 1B CD 3E 2D
Octal 53 176 272 115 40 0 33 315 76 55
Binary 101011 1111110 10111010 1001101 100000 0 11011 11001101 111110 101101

Color Harmonies of #2B7EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7EBA

Black with #2B7EBA

Text Example


Text Example

White with #2B7EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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