Html Css Color HEX #3F79CB Curious Blue

📋 copy color: '#3F79CB'

red 63 ◦ green 121 ◦ blue 203

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

Shades of Curious Blue #3F79CB

Tints of Curious Blue #3F79CB

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.27%

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

R = 16.28%
G = 31.27%
B = 52.45%

CMYK

 C value IS 0.69

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3F79CB (or 0x3F79CB) is known color: Curious Blue. HEX triplet: 3F, 79 and CB. RGB value is (63,121,203). Sum of RGB (Red+Green+Blue) = 63+121+203=387 (51% of max value = 765). Red value is 63 (25% from 255 or 16.28% from 387); Green value is 121 (47.66% from 255 or 31.27% from 387); Blue value is 203 (79.69% from 255 or 52.45% from 387); Max value from RGB is 203 - color contains mainly: blue. Hex color #3F79CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F79CB is #C08634. Grayscale: #707070. Windows color (decimal): -12617269 or 13334847. OLE color: 13334847.

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

Color convert

RGB 63 121 203 -
CMYK 0.69 0.40 0 0.20
HSL 215.14º 0.57% 0.52% -
HSV(B) 215.14º 0.69% 0.8% -
XYZ 19.67 19.04 59.14 -
YUV 113.01 178.78 92.33 -
System Red Green Blue C M Y K H S L
Decimal 63 121 203 0.69 0.40 0 0.20 215.14 0.57 0.52
Hex 3F 79 CB 45 28 0 14 D7 39 34
Octal 77 171 313 105 50 0 24 327 71 64
Binary 111111 1111001 11001011 1000101 101000 0 10100 11010111 111001 110100

Color Harmonies of #3F79CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F79CB

Black with #3F79CB

Text Example


Text Example

White with #3F79CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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