Html Css Color HEX #3F78CC Curious Blue

📋 copy color: '#3F78CC'

red 63 ◦ green 120 ◦ blue 204

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

Shades of Curious Blue #3F78CC

Tints of Curious Blue #3F78CC

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.01%

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

R = 16.28%
G = 31.01%
B = 52.71%

CMYK

 C value IS 0.69

 M value IS 0.41

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3F78CC (or 0x3F78CC) is known color: Curious Blue. HEX triplet: 3F, 78 and CC. RGB value is (63,120,204). Sum of RGB (Red+Green+Blue) = 63+120+204=387 (51% of max value = 765). Red value is 63 (25% from 255 or 16.28% from 387); Green value is 120 (47.27% from 255 or 31.01% from 387); Blue value is 204 (80.08% from 255 or 52.71% from 387); Max value from RGB is 204 - color contains mainly: blue. Hex color #3F78CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F78CC is #C08733. Grayscale: #707070. Windows color (decimal): -12617524 or 13400127. OLE color: 13400127.

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

Color convert

RGB 63 120 204 -
CMYK 0.69 0.41 0 0.2
HSL 215.74º 0.58% 0.52% -
HSV(B) 215.74º 0.69% 0.8% -
XYZ 19.67 18.85 59.73 -
YUV 112.53 179.62 92.67 -
System Red Green Blue C M Y K H S L
Decimal 63 120 204 0.69 0.41 0 0.2 215.74 0.58 0.52
Hex 3F 78 CC 45 29 0 14 D8 3A 34
Octal 77 170 314 105 51 0 24 330 72 64
Binary 111111 1111000 11001100 1000101 101001 0 10100 11011000 111010 110100

Color Harmonies of #3F78CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F78CC

Black with #3F78CC

Text Example


Text Example

White with #3F78CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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