Html Css Color HEX #3F7DC7 Curious Blue

📋 copy color: '#3F7DC7'

red 63 ◦ green 125 ◦ blue 199

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

Shades of Curious Blue #3F7DC7

Tints of Curious Blue #3F7DC7

RGB

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

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

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

R = 16.28%
G = 32.3%
B = 51.42%

CMYK

 C value IS 0.68

 M value IS 0.37

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#3F7DC7 (or 0x3F7DC7) is known color: Curious Blue. HEX triplet: 3F, 7D and C7. RGB value is (63,125,199). Sum of RGB (Red+Green+Blue) = 63+125+199=387 (51% of max value = 765). Red value is 63 (25% from 255 or 16.28% from 387); Green value is 125 (49.22% from 255 or 32.30% from 387); Blue value is 199 (78.12% from 255 or 51.42% from 387); Max value from RGB is 199 - color contains mainly: blue. Hex color #3F7DC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F7DC7 is #C08238. Grayscale: #727272. Windows color (decimal): -12616249 or 13073727. OLE color: 13073727.

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

Color convert

RGB 63 125 199 -
CMYK 0.68 0.37 0 0.22
HSL 212.65º 0.55% 0.51% -
HSV(B) 212.65º 0.68% 0.78% -
XYZ 19.69 19.85 56.83 -
YUV 114.9 175.46 90.98 -
System Red Green Blue C M Y K H S L
Decimal 63 125 199 0.68 0.37 0 0.22 212.65 0.55 0.51
Hex 3F 7D C7 44 25 0 16 D5 37 33
Octal 77 175 307 104 45 0 26 325 67 63
Binary 111111 1111101 11000111 1000100 100101 0 10110 11010101 110111 110011

Color Harmonies of #3F7DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7DC7

Black with #3F7DC7

Text Example


Text Example

White with #3F7DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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