Html Css Color HEX #3D7BCD Curious Blue

📋 copy color: '#3D7BCD'

red 61 ◦ green 123 ◦ blue 205

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

Shades of Curious Blue #3D7BCD

Tints of Curious Blue #3D7BCD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.62%

 BLUE value IS 205 (80.47% from 255) = 52.7%

R = 15.68%
G = 31.62%
B = 52.7%

CMYK

 C value IS 0.70

 M value IS 0.4

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3D7BCD (or 0x3D7BCD) is known color: Curious Blue. HEX triplet: 3D, 7B and CD. RGB value is (61,123,205). Sum of RGB (Red+Green+Blue) = 61+123+205=389 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.68% from 389); Green value is 123 (48.44% from 255 or 31.62% from 389); Blue value is 205 (80.47% from 255 or 52.70% from 389); Max value from RGB is 205 - color contains mainly: blue. Hex color #3D7BCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D7BCD is #C28432. Grayscale: #717171. Windows color (decimal): -12747827 or 13466429. OLE color: 13466429.

HSL color Cylindrical-coordinate representation of color #3D7BCD: hue angle of 214.17º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3D7BCD is Cyan = 0.70, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 61 123 205 -
CMYK 0.70 0.4 0 0.20
HSL 214.17º 0.59% 0.52% -
HSV(B) 214.17º 0.7% 0.8% -
XYZ 20.03 19.57 60.48 -
YUV 113.81 179.46 90.33 -
System Red Green Blue C M Y K H S L
Decimal 61 123 205 0.70 0.4 0 0.20 214.17 0.59 0.52
Hex 3D 7B CD 46 28 0 14 D6 3B 34
Octal 75 173 315 106 50 0 24 326 73 64
Binary 111101 1111011 11001101 1000110 101000 0 10100 11010110 111011 110100

Color Harmonies of #3D7BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D7BCD

Black with #3D7BCD

Text Example


Text Example

White with #3D7BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,123,205); }

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

background-color css

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

 a { background-color: rgb(61,123,205); }

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

border-color css

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

 span { border-color: rgb(61,123,205); }

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