Html Css Color HEX #2B78BD Curious Blue

📋 copy color: '#2B78BD'

red 43 ◦ green 120 ◦ blue 189

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

Shades of Curious Blue #2B78BD

Tints of Curious Blue #2B78BD

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.09%

 BLUE value IS 189 (74.22% from 255) = 53.69%

R = 12.22%
G = 34.09%
B = 53.69%

CMYK

 C value IS 0.77

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2B78BD (or 0x2B78BD) is known color: Curious Blue. HEX triplet: 2B, 78 and BD. RGB value is (43,120,189). Sum of RGB (Red+Green+Blue) = 43+120+189=352 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.22% from 352); Green value is 120 (47.27% from 255 or 34.09% from 352); Blue value is 189 (74.22% from 255 or 53.69% from 352); Max value from RGB is 189 - color contains mainly: blue. Hex color #2B78BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B78BD is #D48742. Grayscale: #686868. Windows color (decimal): -13928259 or 12417067. OLE color: 12417067.

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

Color convert

RGB 43 120 189 -
CMYK 0.77 0.37 0 0.26
HSL 208.36º 0.63% 0.45% -
HSV(B) 208.36º 0.77% 0.74% -
XYZ 16.9 17.62 50.65 -
YUV 104.84 175.49 83.89 -
System Red Green Blue C M Y K H S L
Decimal 43 120 189 0.77 0.37 0 0.26 208.36 0.63 0.45
Hex 2B 78 BD 4D 25 0 1A D0 3F 2D
Octal 53 170 275 115 45 0 32 320 77 55
Binary 101011 1111000 10111101 1001101 100101 0 11010 11010000 111111 101101

Color Harmonies of #2B78BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B78BD

Black with #2B78BD

Text Example


Text Example

White with #2B78BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,120,189); }

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

background-color css

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

 a { background-color: rgb(43,120,189); }

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

border-color css

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

 span { border-color: rgb(43,120,189); }

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