Html Css Color HEX #3A7CC4 Curious Blue

📋 copy color: '#3A7CC4'

red 58 ◦ green 124 ◦ blue 196

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

Shades of Curious Blue #3A7CC4

Tints of Curious Blue #3A7CC4

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.8%

 BLUE value IS 196 (76.95% from 255) = 51.85%

R = 15.34%
G = 32.8%
B = 51.85%

CMYK

 C value IS 0.70

 M value IS 0.37

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#3A7CC4 (or 0x3A7CC4) is known color: Curious Blue. HEX triplet: 3A, 7C and C4. RGB value is (58,124,196). Sum of RGB (Red+Green+Blue) = 58+124+196=378 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.34% from 378); Green value is 124 (48.83% from 255 or 32.80% from 378); Blue value is 196 (76.95% from 255 or 51.85% from 378); Max value from RGB is 196 - color contains mainly: blue. Hex color #3A7CC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A7CC4 is #C5833B. Grayscale: #707070. Windows color (decimal): -12944188 or 12876858. OLE color: 12876858.

HSL color Cylindrical-coordinate representation of color #3A7CC4: hue angle of 211.3º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3A7CC4 is Cyan = 0.70, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 58 124 196 -
CMYK 0.70 0.37 0 0.23
HSL 211.3º 0.54% 0.5% -
HSV(B) 211.3º 0.7% 0.77% -
XYZ 18.92 19.3 54.95 -
YUV 112.47 175.13 89.15 -
System Red Green Blue C M Y K H S L
Decimal 58 124 196 0.70 0.37 0 0.23 211.3 0.54 0.5
Hex 3A 7C C4 46 25 0 17 D3 36 32
Octal 72 174 304 106 45 0 27 323 66 62
Binary 111010 1111100 11000100 1000110 100101 0 10111 11010011 110110 110010

Color Harmonies of #3A7CC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7CC4

Black with #3A7CC4

Text Example


Text Example

White with #3A7CC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,124,196); }

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

background-color css

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

 a { background-color: rgb(58,124,196); }

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

border-color css

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

 span { border-color: rgb(58,124,196); }

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