Html Css Color HEX #3F7DCD Curious Blue

📋 copy color: '#3F7DCD'

red 63 ◦ green 125 ◦ blue 205

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

Shades of Curious Blue #3F7DCD

Tints of Curious Blue #3F7DCD

RGB

 RED value IS 63 (25% from 255) = 16.03%

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

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

R = 16.03%
G = 31.81%
B = 52.16%

CMYK

 C value IS 0.69

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3F7DCD (or 0x3F7DCD) is known color: Curious Blue. HEX triplet: 3F, 7D and CD. RGB value is (63,125,205). Sum of RGB (Red+Green+Blue) = 63+125+205=393 (52% of max value = 765). Red value is 63 (25% from 255 or 16.03% from 393); Green value is 125 (49.22% from 255 or 31.81% from 393); Blue value is 205 (80.47% from 255 or 52.16% from 393); Max value from RGB is 205 - color contains mainly: blue. Hex color #3F7DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F7DCD is #C08232. Grayscale: #737373. Windows color (decimal): -12616243 or 13466943. OLE color: 13466943.

HSL color Cylindrical-coordinate representation of color #3F7DCD: hue angle of 213.8º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F7DCD is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 63 125 205 -
CMYK 0.69 0.39 0 0.20
HSL 213.8º 0.59% 0.53% -
HSV(B) 213.8º 0.69% 0.8% -
XYZ 20.4 20.13 60.57 -
YUV 115.58 178.46 90.5 -
System Red Green Blue C M Y K H S L
Decimal 63 125 205 0.69 0.39 0 0.20 213.8 0.59 0.53
Hex 3F 7D CD 45 27 0 14 D6 3B 35
Octal 77 175 315 105 47 0 24 326 73 65
Binary 111111 1111101 11001101 1000101 100111 0 10100 11010110 111011 110101

Color Harmonies of #3F7DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7DCD

Black with #3F7DCD

Text Example


Text Example

White with #3F7DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,125,205); }

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

background-color css

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

 a { background-color: rgb(63,125,205); }

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

border-color css

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

 span { border-color: rgb(63,125,205); }

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