Html Css Color HEX #3D7AC5 Curious Blue

📋 copy color: '#3D7AC5'

red 61 ◦ green 122 ◦ blue 197

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

Shades of Curious Blue #3D7AC5

Tints of Curious Blue #3D7AC5

RGB

 RED value IS 61 (24.22% from 255) = 16.05%

 GREEN value IS 122 (48.05% from 255) = 32.11%

 BLUE value IS 197 (77.34% from 255) = 51.84%

R = 16.05%
G = 32.11%
B = 51.84%

CMYK

 C value IS 0.69

 M value IS 0.38

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#3D7AC5 (or 0x3D7AC5) is known color: Curious Blue. HEX triplet: 3D, 7A and C5. RGB value is (61,122,197). Sum of RGB (Red+Green+Blue) = 61+122+197=380 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.05% from 380); Green value is 122 (48.05% from 255 or 32.11% from 380); Blue value is 197 (77.34% from 255 or 51.84% from 380); Max value from RGB is 197 - color contains mainly: blue. Hex color #3D7AC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D7AC5 is #C2853A. Grayscale: #6F6F6F. Windows color (decimal): -12748091 or 12941885. OLE color: 12941885.

HSL color Cylindrical-coordinate representation of color #3D7AC5: hue angle of 213.09º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3D7AC5 is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 61 122 197 -
CMYK 0.69 0.38 0 0.23
HSL 213.09º 0.54% 0.51% -
HSV(B) 213.09º 0.69% 0.77% -
XYZ 18.96 18.94 55.48 -
YUV 112.31 175.79 91.4 -
System Red Green Blue C M Y K H S L
Decimal 61 122 197 0.69 0.38 0 0.23 213.09 0.54 0.51
Hex 3D 7A C5 45 26 0 17 D5 36 33
Octal 75 172 305 105 46 0 27 325 66 63
Binary 111101 1111010 11000101 1000101 100110 0 10111 11010101 110110 110011

Color Harmonies of #3D7AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D7AC5

Black with #3D7AC5

Text Example


Text Example

White with #3D7AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,122,197); }

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

background-color css

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

 a { background-color: rgb(61,122,197); }

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

border-color css

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

 span { border-color: rgb(61,122,197); }

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