Html Css Color HEX #3A78CD Curious Blue

📋 copy color: '#3A78CD'

red 58 ◦ green 120 ◦ blue 205

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

Shades of Curious Blue #3A78CD

Tints of Curious Blue #3A78CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 53.52%

R = 15.14%
G = 31.33%
B = 53.52%

CMYK

 C value IS 0.72

 M value IS 0.41

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3A78CD (or 0x3A78CD) is known color: Curious Blue. HEX triplet: 3A, 78 and CD. RGB value is (58,120,205). Sum of RGB (Red+Green+Blue) = 58+120+205=383 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.14% from 383); Green value is 120 (47.27% from 255 or 31.33% from 383); Blue value is 205 (80.47% from 255 or 53.52% from 383); Max value from RGB is 205 - color contains mainly: blue. Hex color #3A78CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A78CD is #C58732. Grayscale: #6E6E6E. Windows color (decimal): -12945203 or 13465658. OLE color: 13465658.

HSL color Cylindrical-coordinate representation of color #3A78CD: hue angle of 214.69º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A78CD is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 58 120 205 -
CMYK 0.72 0.41 0 0.20
HSL 214.69º 0.6% 0.52% -
HSV(B) 214.69º 0.72% 0.8% -
XYZ 19.48 18.74 60.35 -
YUV 111.15 180.96 90.09 -
System Red Green Blue C M Y K H S L
Decimal 58 120 205 0.72 0.41 0 0.20 214.69 0.6 0.52
Hex 3A 78 CD 48 29 0 14 D7 3C 34
Octal 72 170 315 110 51 0 24 327 74 64
Binary 111010 1111000 11001101 1001000 101001 0 10100 11010111 111100 110100

Color Harmonies of #3A78CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A78CD

Black with #3A78CD

Text Example


Text Example

White with #3A78CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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