Html Css Color HEX #3F7DBA Curious Blue

📋 copy color: '#3F7DBA'

red 63 ◦ green 125 ◦ blue 186

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

Shades of Curious Blue #3F7DBA

Tints of Curious Blue #3F7DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.73%

R = 16.84%
G = 33.42%
B = 49.73%

CMYK

 C value IS 0.66

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3F7DBA (or 0x3F7DBA) is known color: Curious Blue. HEX triplet: 3F, 7D and BA. RGB value is (63,125,186). Sum of RGB (Red+Green+Blue) = 63+125+186=374 (49% of max value = 765). Red value is 63 (25% from 255 or 16.84% from 374); Green value is 125 (49.22% from 255 or 33.42% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #3F7DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F7DBA is #C08245. Grayscale: #717171. Windows color (decimal): -12616262 or 12221759. OLE color: 12221759.

HSL color Cylindrical-coordinate representation of color #3F7DBA: hue angle of 209.76º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F7DBA is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 63 125 186 -
CMYK 0.66 0.33 0 0.27
HSL 209.76º 0.49% 0.49% -
HSV(B) 209.76º 0.66% 0.73% -
XYZ 18.25 19.27 49.21 -
YUV 113.42 168.96 92.04 -
System Red Green Blue C M Y K H S L
Decimal 63 125 186 0.66 0.33 0 0.27 209.76 0.49 0.49
Hex 3F 7D BA 42 21 0 1B D2 31 31
Octal 77 175 272 102 41 0 33 322 61 61
Binary 111111 1111101 10111010 1000010 100001 0 11011 11010010 110001 110001

Color Harmonies of #3F7DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7DBA

Black with #3F7DBA

Text Example


Text Example

White with #3F7DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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