Html Css Color HEX #3D7EC7 Curious Blue

📋 copy color: '#3D7EC7'

red 61 ◦ green 126 ◦ blue 199

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

Shades of Curious Blue #3D7EC7

Tints of Curious Blue #3D7EC7

RGB

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

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

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

R = 15.8%
G = 32.64%
B = 51.55%

CMYK

 C value IS 0.69

 M value IS 0.37

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#3D7EC7 (or 0x3D7EC7) is known color: Curious Blue. HEX triplet: 3D, 7E and C7. RGB value is (61,126,199). Sum of RGB (Red+Green+Blue) = 61+126+199=386 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.80% from 386); Green value is 126 (49.61% from 255 or 32.64% from 386); Blue value is 199 (78.12% from 255 or 51.55% from 386); Max value from RGB is 199 - color contains mainly: blue. Hex color #3D7EC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D7EC7 is #C28138. Grayscale: #727272. Windows color (decimal): -12747065 or 13073981. OLE color: 13073981.

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

Color convert

RGB 61 126 199 -
CMYK 0.69 0.37 0 0.22
HSL 211.74º 0.55% 0.51% -
HSV(B) 211.74º 0.69% 0.78% -
XYZ 19.69 20.04 56.86 -
YUV 114.89 175.47 89.56 -
System Red Green Blue C M Y K H S L
Decimal 61 126 199 0.69 0.37 0 0.22 211.74 0.55 0.51
Hex 3D 7E C7 45 25 0 16 D4 37 33
Octal 75 176 307 105 45 0 26 324 67 63
Binary 111101 1111110 11000111 1000101 100101 0 10110 11010100 110111 110011

Color Harmonies of #3D7EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D7EC7

Black with #3D7EC7

Text Example


Text Example

White with #3D7EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,126,199); }

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

background-color css

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

 a { background-color: rgb(61,126,199); }

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

border-color css

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

 span { border-color: rgb(61,126,199); }

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