Html Css Color HEX #3178CE Curious Blue

📋 copy color: '#3178CE'

red 49 ◦ green 120 ◦ blue 206

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

Shades of Curious Blue #3178CE

Tints of Curious Blue #3178CE

RGB

 RED value IS 49 (19.53% from 255) = 13.07%

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

 BLUE value IS 206 (80.86% from 255) = 54.93%

R = 13.07%
G = 32%
B = 54.93%

CMYK

 C value IS 0.76

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3178CE (or 0x3178CE) is known color: Curious Blue. HEX triplet: 31, 78 and CE. RGB value is (49,120,206). Sum of RGB (Red+Green+Blue) = 49+120+206=375 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.07% from 375); Green value is 120 (47.27% from 255 or 32% from 375); Blue value is 206 (80.86% from 255 or 54.93% from 375); Max value from RGB is 206 - color contains mainly: blue. Hex color #3178CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3178CE is #CE8731. Grayscale: #6C6C6C. Windows color (decimal): -13535026 or 13531185. OLE color: 13531185.

HSL color Cylindrical-coordinate representation of color #3178CE: hue angle of 212.87º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3178CE is Cyan = 0.76, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 49 120 206 -
CMYK 0.76 0.42 0 0.19
HSL 212.87º 0.62% 0.5% -
HSV(B) 212.87º 0.76% 0.81% -
XYZ 19.12 18.54 60.96 -
YUV 108.58 182.98 85.51 -
System Red Green Blue C M Y K H S L
Decimal 49 120 206 0.76 0.42 0 0.19 212.87 0.62 0.5
Hex 31 78 CE 4C 2A 0 13 D5 3E 32
Octal 61 170 316 114 52 0 23 325 76 62
Binary 110001 1111000 11001110 1001100 101010 0 10011 11010101 111110 110010

Color Harmonies of #3178CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3178CE

Black with #3178CE

Text Example


Text Example

White with #3178CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3178CE; }

 p { color: rgb(49,120,206); }

 H1.HeaderClassName
 {
   color: #3178CE;
 }
 .AnyTagClassName
 {
   color: #3178CE;
 }
</style>

background-color css

<style>
 a { background-color: #3178CE; }

 a { background-color: rgb(49,120,206); }

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

border-color css

<style>
 span { border-color: #3178CE; }

 span { border-color: rgb(49,120,206); }

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