Html Css Color HEX #3F8ACC Curious Blue

📋 copy color: '#3F8ACC'

red 63 ◦ green 138 ◦ blue 204

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

Shades of Curious Blue #3F8ACC

Tints of Curious Blue #3F8ACC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.07%

 BLUE value IS 204 (80.08% from 255) = 50.37%

R = 15.56%
G = 34.07%
B = 50.37%

CMYK

 C value IS 0.69

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3F8ACC (or 0x3F8ACC) is known color: Curious Blue. HEX triplet: 3F, 8A and CC. RGB value is (63,138,204). Sum of RGB (Red+Green+Blue) = 63+138+204=405 (53% of max value = 765). Red value is 63 (25% from 255 or 15.56% from 405); Green value is 138 (54.30% from 255 or 34.07% from 405); Blue value is 204 (80.08% from 255 or 50.37% from 405); Max value from RGB is 204 - color contains mainly: blue. Hex color #3F8ACC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F8ACC is #C07533. Grayscale: #7A7A7A. Windows color (decimal): -12612916 or 13404735. OLE color: 13404735.

HSL color Cylindrical-coordinate representation of color #3F8ACC: hue angle of 208.09º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F8ACC is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 63 138 204 -
CMYK 0.69 0.32 0 0.2
HSL 208.09º 0.58% 0.52% -
HSV(B) 208.09º 0.69% 0.8% -
XYZ 22.04 23.59 60.52 -
YUV 123.1 173.65 85.13 -
System Red Green Blue C M Y K H S L
Decimal 63 138 204 0.69 0.32 0 0.2 208.09 0.58 0.52
Hex 3F 8A CC 45 20 0 14 D0 3A 34
Octal 77 212 314 105 40 0 24 320 72 64
Binary 111111 10001010 11001100 1000101 100000 0 10100 11010000 111010 110100

Color Harmonies of #3F8ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F8ACC

Black with #3F8ACC

Text Example


Text Example

White with #3F8ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,138,204); }

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

background-color css

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

 a { background-color: rgb(63,138,204); }

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

border-color css

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

 span { border-color: rgb(63,138,204); }

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