Html Css Color HEX #3F7CBE Curious Blue

📋 copy color: '#3F7CBE'

red 63 ◦ green 124 ◦ blue 190

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

Shades of Curious Blue #3F7CBE

Tints of Curious Blue #3F7CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.4%

R = 16.71%
G = 32.89%
B = 50.4%

CMYK

 C value IS 0.67

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3F7CBE (or 0x3F7CBE) is known color: Curious Blue. HEX triplet: 3F, 7C and BE. RGB value is (63,124,190). Sum of RGB (Red+Green+Blue) = 63+124+190=377 (49% of max value = 765). Red value is 63 (25% from 255 or 16.71% from 377); Green value is 124 (48.83% from 255 or 32.89% from 377); Blue value is 190 (74.61% from 255 or 50.40% from 377); Max value from RGB is 190 - color contains mainly: blue. Hex color #3F7CBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F7CBE is #C08341. Grayscale: #707070. Windows color (decimal): -12616514 or 12483647. OLE color: 12483647.

HSL color Cylindrical-coordinate representation of color #3F7CBE: hue angle of 211.18º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F7CBE is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 63 124 190 -
CMYK 0.67 0.35 0 0.25
HSL 211.18º 0.5% 0.5% -
HSV(B) 211.18º 0.67% 0.75% -
XYZ 18.55 19.19 51.44 -
YUV 113.29 171.29 92.13 -
System Red Green Blue C M Y K H S L
Decimal 63 124 190 0.67 0.35 0 0.25 211.18 0.5 0.5
Hex 3F 7C BE 43 23 0 19 D3 32 32
Octal 77 174 276 103 43 0 31 323 62 62
Binary 111111 1111100 10111110 1000011 100011 0 11001 11010011 110010 110010

Color Harmonies of #3F7CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7CBE

Black with #3F7CBE

Text Example


Text Example

White with #3F7CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,124,190); }

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

background-color css

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

 a { background-color: rgb(63,124,190); }

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

border-color css

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

 span { border-color: rgb(63,124,190); }

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