Html Css Color HEX #3F89CC Curious Blue

📋 copy color: '#3F89CC'

red 63 ◦ green 137 ◦ blue 204

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

Shades of Curious Blue #3F89CC

Tints of Curious Blue #3F89CC

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.91%

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

R = 15.59%
G = 33.91%
B = 50.5%

CMYK

 C value IS 0.69

 M value IS 0.33

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3F89CC (or 0x3F89CC) is known color: Curious Blue. HEX triplet: 3F, 89 and CC. RGB value is (63,137,204). Sum of RGB (Red+Green+Blue) = 63+137+204=404 (53% of max value = 765). Red value is 63 (25% from 255 or 15.59% from 404); Green value is 137 (53.91% from 255 or 33.91% from 404); Blue value is 204 (80.08% from 255 or 50.50% from 404); Max value from RGB is 204 - color contains mainly: blue. Hex color #3F89CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F89CC is #C07633. Grayscale: #7A7A7A. Windows color (decimal): -12613172 or 13404479. OLE color: 13404479.

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

Color convert

RGB 63 137 204 -
CMYK 0.69 0.33 0 0.2
HSL 208.51º 0.58% 0.52% -
HSV(B) 208.51º 0.69% 0.8% -
XYZ 21.89 23.31 60.47 -
YUV 122.51 173.98 85.55 -
System Red Green Blue C M Y K H S L
Decimal 63 137 204 0.69 0.33 0 0.2 208.51 0.58 0.52
Hex 3F 89 CC 45 21 0 14 D1 3A 34
Octal 77 211 314 105 41 0 24 321 72 64
Binary 111111 10001001 11001100 1000101 100001 0 10100 11010001 111010 110100

Color Harmonies of #3F89CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F89CC

Black with #3F89CC

Text Example


Text Example

White with #3F89CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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