Html Css Color HEX #3A7EAC Curious Blue

📋 copy color: '#3A7EAC'

red 58 ◦ green 126 ◦ blue 172

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

Shades of Curious Blue #3A7EAC

Tints of Curious Blue #3A7EAC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.39%

 BLUE value IS 172 (67.58% from 255) = 48.31%

R = 16.29%
G = 35.39%
B = 48.31%

CMYK

 C value IS 0.66

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3A7EAC (or 0x3A7EAC) is known color: Curious Blue. HEX triplet: 3A, 7E and AC. RGB value is (58,126,172). Sum of RGB (Red+Green+Blue) = 58+126+172=356 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.29% from 356); Green value is 126 (49.61% from 255 or 35.39% from 356); Blue value is 172 (67.58% from 255 or 48.31% from 356); Max value from RGB is 172 - color contains mainly: blue. Hex color #3A7EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A7EAC is #C58153. Grayscale: #6E6E6E. Windows color (decimal): -12943700 or 11304506. OLE color: 11304506.

HSL color Cylindrical-coordinate representation of color #3A7EAC: hue angle of 204.21º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A7EAC is Cyan = 0.66, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 58 126 172 -
CMYK 0.66 0.27 0 0.33
HSL 204.21º 0.5% 0.45% -
HSV(B) 204.21º 0.66% 0.67% -
XYZ 16.65 18.8 41.78 -
YUV 110.91 162.47 90.26 -
System Red Green Blue C M Y K H S L
Decimal 58 126 172 0.66 0.27 0 0.33 204.21 0.5 0.45
Hex 3A 7E AC 42 1B 0 21 CC 32 2D
Octal 72 176 254 102 33 0 41 314 62 55
Binary 111010 1111110 10101100 1000010 11011 0 100001 11001100 110010 101101

Color Harmonies of #3A7EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7EAC

Black with #3A7EAC

Text Example


Text Example

White with #3A7EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,126,172); }

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

background-color css

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

 a { background-color: rgb(58,126,172); }

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

border-color css

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

 span { border-color: rgb(58,126,172); }

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