Html Css Color HEX #2D78BE Curious Blue

📋 copy color: '#2D78BE'

red 45 ◦ green 120 ◦ blue 190

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

Shades of Curious Blue #2D78BE

Tints of Curious Blue #2D78BE

RGB

 RED value IS 45 (17.97% from 255) = 12.68%

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

 BLUE value IS 190 (74.61% from 255) = 53.52%

R = 12.68%
G = 33.8%
B = 53.52%

CMYK

 C value IS 0.76

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2D78BE (or 0x2D78BE) is known color: Curious Blue. HEX triplet: 2D, 78 and BE. RGB value is (45,120,190). Sum of RGB (Red+Green+Blue) = 45+120+190=355 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.68% from 355); Green value is 120 (47.27% from 255 or 33.80% from 355); Blue value is 190 (74.61% from 255 or 53.52% from 355); Max value from RGB is 190 - color contains mainly: blue. Hex color #2D78BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D78BE is #D28741. Grayscale: #696969. Windows color (decimal): -13797186 or 12482605. OLE color: 12482605.

HSL color Cylindrical-coordinate representation of color #2D78BE: hue angle of 208.97º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D78BE is Cyan = 0.76, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 45 120 190 -
CMYK 0.76 0.37 0 0.25
HSL 208.97º 0.62% 0.46% -
HSV(B) 208.97º 0.76% 0.75% -
XYZ 17.09 17.71 51.23 -
YUV 105.56 175.65 84.81 -
System Red Green Blue C M Y K H S L
Decimal 45 120 190 0.76 0.37 0 0.25 208.97 0.62 0.46
Hex 2D 78 BE 4C 25 0 19 D1 3E 2E
Octal 55 170 276 114 45 0 31 321 76 56
Binary 101101 1111000 10111110 1001100 100101 0 11001 11010001 111110 101110

Color Harmonies of #2D78BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D78BE

Black with #2D78BE

Text Example


Text Example

White with #2D78BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,120,190); }

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

background-color css

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

 a { background-color: rgb(45,120,190); }

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

border-color css

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

 span { border-color: rgb(45,120,190); }

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