Html Css Color HEX #3D7CCE Curious Blue

📋 copy color: '#3D7CCE'

red 61 ◦ green 124 ◦ blue 206

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

Shades of Curious Blue #3D7CCE

Tints of Curious Blue #3D7CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.69%

R = 15.6%
G = 31.71%
B = 52.69%

CMYK

 C value IS 0.70

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3D7CCE (or 0x3D7CCE) is known color: Curious Blue. HEX triplet: 3D, 7C and CE. RGB value is (61,124,206). Sum of RGB (Red+Green+Blue) = 61+124+206=391 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.60% from 391); Green value is 124 (48.83% from 255 or 31.71% from 391); Blue value is 206 (80.86% from 255 or 52.69% from 391); Max value from RGB is 206 - color contains mainly: blue. Hex color #3D7CCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D7CCE is #C28331. Grayscale: #727272. Windows color (decimal): -12747570 or 13532221. OLE color: 13532221.

HSL color Cylindrical-coordinate representation of color #3D7CCE: hue angle of 213.93º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3D7CCE is Cyan = 0.70, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 61 124 206 -
CMYK 0.70 0.40 0 0.19
HSL 213.93º 0.6% 0.52% -
HSV(B) 213.93º 0.7% 0.81% -
XYZ 20.27 19.86 61.16 -
YUV 114.51 179.63 89.83 -
System Red Green Blue C M Y K H S L
Decimal 61 124 206 0.70 0.40 0 0.19 213.93 0.6 0.52
Hex 3D 7C CE 46 28 0 13 D6 3C 34
Octal 75 174 316 106 50 0 23 326 74 64
Binary 111101 1111100 11001110 1000110 101000 0 10011 11010110 111100 110100

Color Harmonies of #3D7CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D7CCE

Black with #3D7CCE

Text Example


Text Example

White with #3D7CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,124,206); }

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

background-color css

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

 a { background-color: rgb(61,124,206); }

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

border-color css

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

 span { border-color: rgb(61,124,206); }

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