Html Css Color HEX #3F83C2 Curious Blue

📋 copy color: '#3F83C2'

red 63 ◦ green 131 ◦ blue 194

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

Shades of Curious Blue #3F83C2

Tints of Curious Blue #3F83C2

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.76%

 BLUE value IS 194 (76.17% from 255) = 50%

R = 16.24%
G = 33.76%
B = 50%

CMYK

 C value IS 0.68

 M value IS 0.32

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#3F83C2 (or 0x3F83C2) is known color: Curious Blue. HEX triplet: 3F, 83 and C2. RGB value is (63,131,194). Sum of RGB (Red+Green+Blue) = 63+131+194=388 (51% of max value = 765). Red value is 63 (25% from 255 or 16.24% from 388); Green value is 131 (51.56% from 255 or 33.76% from 388); Blue value is 194 (76.17% from 255 or 50% from 388); Max value from RGB is 194 - color contains mainly: blue. Hex color #3F83C2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F83C2 is #C07C3D. Grayscale: #757575. Windows color (decimal): -12614718 or 12747583. OLE color: 12747583.

HSL color Cylindrical-coordinate representation of color #3F83C2: hue angle of 208.85º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3F83C2 is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 63 131 194 -
CMYK 0.68 0.32 0 0.24
HSL 208.86º 0.52% 0.5% -
HSV(B) 208.86º 0.68% 0.76% -
XYZ 19.9 21.18 54.08 -
YUV 117.85 170.97 88.88 -
System Red Green Blue C M Y K H S L
Decimal 63 131 194 0.68 0.32 0 0.24 208.86 0.52 0.5
Hex 3F 83 C2 44 20 0 18 D1 34 32
Octal 77 203 302 104 40 0 30 321 64 62
Binary 111111 10000011 11000010 1000100 100000 0 11000 11010001 110100 110010

Color Harmonies of #3F83C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F83C2

Black with #3F83C2

Text Example


Text Example

White with #3F83C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,131,194); }

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

background-color css

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

 a { background-color: rgb(63,131,194); }

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

border-color css

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

 span { border-color: rgb(63,131,194); }

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