Html Css Color HEX #3A7DC7 Curious Blue

📋 copy color: '#3A7DC7'

red 58 ◦ green 125 ◦ blue 199

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

Shades of Curious Blue #3A7DC7

Tints of Curious Blue #3A7DC7

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.72%

 BLUE value IS 199 (78.13% from 255) = 52.09%

R = 15.18%
G = 32.72%
B = 52.09%

CMYK

 C value IS 0.71

 M value IS 0.37

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#3A7DC7 (or 0x3A7DC7) is known color: Curious Blue. HEX triplet: 3A, 7D and C7. RGB value is (58,125,199). Sum of RGB (Red+Green+Blue) = 58+125+199=382 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.18% from 382); Green value is 125 (49.22% from 255 or 32.72% from 382); Blue value is 199 (78.12% from 255 or 52.09% from 382); Max value from RGB is 199 - color contains mainly: blue. Hex color #3A7DC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A7DC7 is #C58238. Grayscale: #717171. Windows color (decimal): -12943929 or 13073722. OLE color: 13073722.

HSL color Cylindrical-coordinate representation of color #3A7DC7: hue angle of 211.49º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3A7DC7 is Cyan = 0.71, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 58 125 199 -
CMYK 0.71 0.37 0 0.22
HSL 211.49º 0.56% 0.5% -
HSV(B) 211.49º 0.71% 0.78% -
XYZ 19.39 19.69 56.81 -
YUV 113.4 176.3 88.48 -
System Red Green Blue C M Y K H S L
Decimal 58 125 199 0.71 0.37 0 0.22 211.49 0.56 0.5
Hex 3A 7D C7 47 25 0 16 D3 38 32
Octal 72 175 307 107 45 0 26 323 70 62
Binary 111010 1111101 11000111 1000111 100101 0 10110 11010011 111000 110010

Color Harmonies of #3A7DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7DC7

Black with #3A7DC7

Text Example


Text Example

White with #3A7DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,125,199); }

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

background-color css

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

 a { background-color: rgb(58,125,199); }

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

border-color css

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

 span { border-color: rgb(58,125,199); }

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