Html Css Color HEX #3A78CB Curious Blue

📋 copy color: '#3A78CB'

red 58 ◦ green 120 ◦ blue 203

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

Shades of Curious Blue #3A78CB

Tints of Curious Blue #3A78CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 53.28%

R = 15.22%
G = 31.5%
B = 53.28%

CMYK

 C value IS 0.71

 M value IS 0.41

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3A78CB (or 0x3A78CB) is known color: Curious Blue. HEX triplet: 3A, 78 and CB. RGB value is (58,120,203). Sum of RGB (Red+Green+Blue) = 58+120+203=381 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.22% from 381); Green value is 120 (47.27% from 255 or 31.50% from 381); Blue value is 203 (79.69% from 255 or 53.28% from 381); Max value from RGB is 203 - color contains mainly: blue. Hex color #3A78CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A78CB is #C58734. Grayscale: #6E6E6E. Windows color (decimal): -12945205 or 13334586. OLE color: 13334586.

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

Color convert

RGB 58 120 203 -
CMYK 0.71 0.41 0 0.20
HSL 214.34º 0.58% 0.51% -
HSV(B) 214.34º 0.71% 0.8% -
XYZ 19.24 18.64 59.08 -
YUV 110.92 179.96 90.25 -
System Red Green Blue C M Y K H S L
Decimal 58 120 203 0.71 0.41 0 0.20 214.34 0.58 0.51
Hex 3A 78 CB 47 29 0 14 D6 3A 33
Octal 72 170 313 107 51 0 24 326 72 63
Binary 111010 1111000 11001011 1000111 101001 0 10100 11010110 111010 110011

Color Harmonies of #3A78CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A78CB

Black with #3A78CB

Text Example


Text Example

White with #3A78CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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