Html Css Color HEX #3F8DCB Curious Blue

📋 copy color: '#3F8DCB'

red 63 ◦ green 141 ◦ blue 203

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

Shades of Curious Blue #3F8DCB

Tints of Curious Blue #3F8DCB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.64%

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

R = 15.48%
G = 34.64%
B = 49.88%

CMYK

 C value IS 0.69

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3F8DCB (or 0x3F8DCB) is known color: Curious Blue. HEX triplet: 3F, 8D and CB. RGB value is (63,141,203). Sum of RGB (Red+Green+Blue) = 63+141+203=407 (53% of max value = 765). Red value is 63 (25% from 255 or 15.48% from 407); Green value is 141 (55.47% from 255 or 34.64% from 407); Blue value is 203 (79.69% from 255 or 49.88% from 407); Max value from RGB is 203 - color contains mainly: blue. Hex color #3F8DCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F8DCB is #C07234. Grayscale: #7C7C7C. Windows color (decimal): -12612149 or 13339967. OLE color: 13339967.

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

Color convert

RGB 63 141 203 -
CMYK 0.69 0.31 0 0.20
HSL 206.57º 0.57% 0.52% -
HSV(B) 206.57º 0.69% 0.8% -
XYZ 22.35 24.42 60.03 -
YUV 124.75 172.16 83.96 -
System Red Green Blue C M Y K H S L
Decimal 63 141 203 0.69 0.31 0 0.20 206.57 0.57 0.52
Hex 3F 8D CB 45 1F 0 14 CF 39 34
Octal 77 215 313 105 37 0 24 317 71 64
Binary 111111 10001101 11001011 1000101 11111 0 10100 11001111 111001 110100

Color Harmonies of #3F8DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F8DCB

Black with #3F8DCB

Text Example


Text Example

White with #3F8DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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