Html Css Color HEX #3F91CC Curious Blue

📋 copy color: '#3F91CC'

red 63 ◦ green 145 ◦ blue 204

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

Shades of Curious Blue #3F91CC

Tints of Curious Blue #3F91CC

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.19%

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

R = 15.29%
G = 35.19%
B = 49.51%

CMYK

 C value IS 0.69

 M value IS 0.29

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3F91CC (or 0x3F91CC) is known color: Curious Blue. HEX triplet: 3F, 91 and CC. RGB value is (63,145,204). Sum of RGB (Red+Green+Blue) = 63+145+204=412 (54% of max value = 765). Red value is 63 (25% from 255 or 15.29% from 412); Green value is 145 (57.03% from 255 or 35.19% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #3F91CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F91CC is #C06E33. Grayscale: #7E7E7E. Windows color (decimal): -12611124 or 13406527. OLE color: 13406527.

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

Color convert

RGB 63 145 204 -
CMYK 0.69 0.29 0 0.2
HSL 205.11º 0.58% 0.52% -
HSV(B) 205.11º 0.69% 0.8% -
XYZ 23.07 25.67 60.86 -
YUV 127.21 171.33 82.2 -
System Red Green Blue C M Y K H S L
Decimal 63 145 204 0.69 0.29 0 0.2 205.11 0.58 0.52
Hex 3F 91 CC 45 1D 0 14 CD 3A 34
Octal 77 221 314 105 35 0 24 315 72 64
Binary 111111 10010001 11001100 1000101 11101 0 10100 11001101 111010 110100

Color Harmonies of #3F91CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F91CC

Black with #3F91CC

Text Example


Text Example

White with #3F91CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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