Html Css Color HEX #3F7CBC Curious Blue

📋 copy color: '#3F7CBC'

red 63 ◦ green 124 ◦ blue 188

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

Shades of Curious Blue #3F7CBC

Tints of Curious Blue #3F7CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.13%

R = 16.8%
G = 33.07%
B = 50.13%

CMYK

 C value IS 0.66

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3F7CBC (or 0x3F7CBC) is known color: Curious Blue. HEX triplet: 3F, 7C and BC. RGB value is (63,124,188). Sum of RGB (Red+Green+Blue) = 63+124+188=375 (49% of max value = 765). Red value is 63 (25% from 255 or 16.8% from 375); Green value is 124 (48.83% from 255 or 33.07% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #3F7CBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F7CBC is #C08343. Grayscale: #707070. Windows color (decimal): -12616516 or 12352575. OLE color: 12352575.

HSL color Cylindrical-coordinate representation of color #3F7CBC: hue angle of 210.72º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F7CBC is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 63 124 188 -
CMYK 0.66 0.34 0 0.26
HSL 210.72º 0.5% 0.49% -
HSV(B) 210.72º 0.66% 0.74% -
XYZ 18.33 19.1 50.3 -
YUV 113.06 170.29 92.3 -
System Red Green Blue C M Y K H S L
Decimal 63 124 188 0.66 0.34 0 0.26 210.72 0.5 0.49
Hex 3F 7C BC 42 22 0 1A D3 32 31
Octal 77 174 274 102 42 0 32 323 62 61
Binary 111111 1111100 10111100 1000010 100010 0 11010 11010011 110010 110001

Color Harmonies of #3F7CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7CBC

Black with #3F7CBC

Text Example


Text Example

White with #3F7CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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