Html Css Color HEX #3F94C3 Curious Blue

📋 copy color: '#3F94C3'

red 63 ◦ green 148 ◦ blue 195

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

Shades of Curious Blue #3F94C3

Tints of Curious Blue #3F94C3

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.45%

 BLUE value IS 195 (76.56% from 255) = 48.03%

R = 15.52%
G = 36.45%
B = 48.03%

CMYK

 C value IS 0.68

 M value IS 0.24

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#3F94C3 (or 0x3F94C3) is known color: Curious Blue. HEX triplet: 3F, 94 and C3. RGB value is (63,148,195). Sum of RGB (Red+Green+Blue) = 63+148+195=406 (53% of max value = 765). Red value is 63 (25% from 255 or 15.52% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 195 (76.56% from 255 or 48.03% from 406); Max value from RGB is 195 - color contains mainly: blue. Hex color #3F94C3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F94C3 is #C06B3C. Grayscale: #7F7F7F. Windows color (decimal): -12610365 or 12817471. OLE color: 12817471.

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

Color convert

RGB 63 148 195 -
CMYK 0.68 0.24 0 0.24
HSL 201.36º 0.52% 0.51% -
HSV(B) 201.36º 0.68% 0.76% -
XYZ 22.49 26.18 55.5 -
YUV 127.94 165.84 81.68 -
System Red Green Blue C M Y K H S L
Decimal 63 148 195 0.68 0.24 0 0.24 201.36 0.52 0.51
Hex 3F 94 C3 44 18 0 18 C9 34 33
Octal 77 224 303 104 30 0 30 311 64 63
Binary 111111 10010100 11000011 1000100 11000 0 11000 11001001 110100 110011

Color Harmonies of #3F94C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F94C3

Black with #3F94C3

Text Example


Text Example

White with #3F94C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,148,195); }

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

background-color css

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

 a { background-color: rgb(63,148,195); }

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

border-color css

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

 span { border-color: rgb(63,148,195); }

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