Html Css Color HEX #3A78B1 Curious Blue

📋 copy color: '#3A78B1'

red 58 ◦ green 120 ◦ blue 177

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

Shades of Curious Blue #3A78B1

Tints of Curious Blue #3A78B1

RGB

 RED value IS 58 (23.05% from 255) = 16.34%

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

 BLUE value IS 177 (69.53% from 255) = 49.86%

R = 16.34%
G = 33.8%
B = 49.86%

CMYK

 C value IS 0.67

 M value IS 0.32

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3A78B1 (or 0x3A78B1) is known color: Curious Blue. HEX triplet: 3A, 78 and B1. RGB value is (58,120,177). Sum of RGB (Red+Green+Blue) = 58+120+177=355 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.34% from 355); Green value is 120 (47.27% from 255 or 33.80% from 355); Blue value is 177 (69.53% from 255 or 49.86% from 355); Max value from RGB is 177 - color contains mainly: blue. Hex color #3A78B1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A78B1 is #C5874E. Grayscale: #6B6B6B. Windows color (decimal): -12945231 or 11630650. OLE color: 11630650.

HSL color Cylindrical-coordinate representation of color #3A78B1: hue angle of 208.74º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A78B1 is Cyan = 0.67, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 58 120 177 -
CMYK 0.67 0.32 0 0.31
HSL 208.74º 0.51% 0.46% -
HSV(B) 208.74º 0.67% 0.69% -
XYZ 16.4 17.51 44.11 -
YUV 107.96 166.96 92.37 -
System Red Green Blue C M Y K H S L
Decimal 58 120 177 0.67 0.32 0 0.31 208.74 0.51 0.46
Hex 3A 78 B1 43 20 0 1F D1 33 2E
Octal 72 170 261 103 40 0 37 321 63 56
Binary 111010 1111000 10110001 1000011 100000 0 11111 11010001 110011 101110

Color Harmonies of #3A78B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A78B1

Black with #3A78B1

Text Example


Text Example

White with #3A78B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A78B1; }

 p { color: rgb(58,120,177); }

 H1.HeaderClassName
 {
   color: #3A78B1;
 }
 .AnyTagClassName
 {
   color: #3A78B1;
 }
</style>

background-color css

<style>
 a { background-color: #3A78B1; }

 a { background-color: rgb(58,120,177); }

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

border-color css

<style>
 span { border-color: #3A78B1; }

 span { border-color: rgb(58,120,177); }

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