Html Css Color HEX #3F8BCC Curious Blue

📋 copy color: '#3F8BCC'

red 63 ◦ green 139 ◦ blue 204

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

Shades of Curious Blue #3F8BCC

Tints of Curious Blue #3F8BCC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.24%

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

R = 15.52%
G = 34.24%
B = 50.25%

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

#3F8BCC (or 0x3F8BCC) is known color: Curious Blue. HEX triplet: 3F, 8B and CC. RGB value is (63,139,204). Sum of RGB (Red+Green+Blue) = 63+139+204=406 (53% of max value = 765). Red value is 63 (25% from 255 or 15.52% from 406); Green value is 139 (54.69% from 255 or 34.24% from 406); Blue value is 204 (80.08% from 255 or 50.25% from 406); Max value from RGB is 204 - color contains mainly: blue. Hex color #3F8BCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F8BCC is #C07433. Grayscale: #7B7B7B. Windows color (decimal): -12612660 or 13404991. OLE color: 13404991.

HSL color Cylindrical-coordinate representation of color #3F8BCC: hue angle of 207.66º 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 #3F8BCC is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 63 139 204 -
CMYK 0.69 0.32 0 0.2
HSL 207.66º 0.58% 0.52% -
HSV(B) 207.66º 0.69% 0.8% -
XYZ 22.18 23.88 60.57 -
YUV 123.69 173.32 84.71 -
System Red Green Blue C M Y K H S L
Decimal 63 139 204 0.69 0.32 0 0.2 207.66 0.58 0.52
Hex 3F 8B CC 45 20 0 14 D0 3A 34
Octal 77 213 314 105 40 0 24 320 72 64
Binary 111111 10001011 11001100 1000101 100000 0 10100 11010000 111010 110100

Color Harmonies of #3F8BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F8BCC

Black with #3F8BCC

Text Example


Text Example

White with #3F8BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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