Html Css Color HEX #3F8BCB Curious Blue

📋 copy color: '#3F8BCB'

red 63 ◦ green 139 ◦ blue 203

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

Shades of Curious Blue #3F8BCB

Tints of Curious Blue #3F8BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 50.12%

R = 15.56%
G = 34.32%
B = 50.12%

CMYK

 C value IS 0.69

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3F8BCB (or 0x3F8BCB) is known color: Curious Blue. HEX triplet: 3F, 8B and CB. RGB value is (63,139,203). Sum of RGB (Red+Green+Blue) = 63+139+203=405 (53% of max value = 765). Red value is 63 (25% from 255 or 15.56% from 405); Green value is 139 (54.69% from 255 or 34.32% from 405); Blue value is 203 (79.69% from 255 or 50.12% from 405); Max value from RGB is 203 - color contains mainly: blue. Hex color #3F8BCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F8BCB is #C07434. Grayscale: #7B7B7B. Windows color (decimal): -12612661 or 13339455. OLE color: 13339455.

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

Color convert

RGB 63 139 203 -
CMYK 0.69 0.32 0 0.20
HSL 207.43º 0.57% 0.52% -
HSV(B) 207.43º 0.69% 0.8% -
XYZ 22.06 23.83 59.94 -
YUV 123.57 172.82 84.8 -
System Red Green Blue C M Y K H S L
Decimal 63 139 203 0.69 0.32 0 0.20 207.43 0.57 0.52
Hex 3F 8B CB 45 20 0 14 CF 39 34
Octal 77 213 313 105 40 0 24 317 71 64
Binary 111111 10001011 11001011 1000101 100000 0 10100 11001111 111001 110100

Color Harmonies of #3F8BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F8BCB

Black with #3F8BCB

Text Example


Text Example

White with #3F8BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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