Html Css Color HEX #2B7BB9 Curious Blue

📋 copy color: '#2B7BB9'

red 43 ◦ green 123 ◦ blue 185

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

Shades of Curious Blue #2B7BB9

Tints of Curious Blue #2B7BB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 52.71%

R = 12.25%
G = 35.04%
B = 52.71%

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

#2B7BB9 (or 0x2B7BB9) is known color: Curious Blue. HEX triplet: 2B, 7B and B9. RGB value is (43,123,185). Sum of RGB (Red+Green+Blue) = 43+123+185=351 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.25% from 351); Green value is 123 (48.44% from 255 or 35.04% from 351); Blue value is 185 (72.66% from 255 or 52.71% from 351); Max value from RGB is 185 - color contains mainly: blue. Hex color #2B7BB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B7BB9 is #D48446. Grayscale: #696969. Windows color (decimal): -13927495 or 12155691. OLE color: 12155691.

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

Color convert

RGB 43 123 185 -
CMYK 0.77 0.34 0 0.27
HSL 206.2º 0.62% 0.45% -
HSV(B) 206.2º 0.77% 0.73% -
XYZ 16.84 18.18 48.52 -
YUV 106.15 172.5 82.96 -
System Red Green Blue C M Y K H S L
Decimal 43 123 185 0.77 0.34 0 0.27 206.2 0.62 0.45
Hex 2B 7B B9 4D 22 0 1B CE 3E 2D
Octal 53 173 271 115 42 0 33 316 76 55
Binary 101011 1111011 10111001 1001101 100010 0 11011 11001110 111110 101101

Color Harmonies of #2B7BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7BB9

Black with #2B7BB9

Text Example


Text Example

White with #2B7BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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