Html Css Color HEX #3F7FCA Curious Blue

📋 copy color: '#3F7FCA'

red 63 ◦ green 127 ◦ blue 202

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

Shades of Curious Blue #3F7FCA

Tints of Curious Blue #3F7FCA

RGB

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

 GREEN value IS 127 (50% from 255) = 32.4%

 BLUE value IS 202 (79.3% from 255) = 51.53%

R = 16.07%
G = 32.4%
B = 51.53%

CMYK

 C value IS 0.69

 M value IS 0.37

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3F7FCA (or 0x3F7FCA) is known color: Curious Blue. HEX triplet: 3F, 7F and CA. RGB value is (63,127,202). Sum of RGB (Red+Green+Blue) = 63+127+202=392 (51% of max value = 765). Red value is 63 (25% from 255 or 16.07% from 392); Green value is 127 (50% from 255 or 32.40% from 392); Blue value is 202 (79.30% from 255 or 51.53% from 392); Max value from RGB is 202 - color contains mainly: blue. Hex color #3F7FCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F7FCA is #C08035. Grayscale: #747474. Windows color (decimal): -12615734 or 13270847. OLE color: 13270847.

HSL color Cylindrical-coordinate representation of color #3F7FCA: hue angle of 212.37º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F7FCA is Cyan = 0.69, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 63 127 202 -
CMYK 0.69 0.37 0 0.21
HSL 212.37º 0.57% 0.52% -
HSV(B) 212.37º 0.69% 0.79% -
XYZ 20.3 20.5 58.76 -
YUV 116.41 176.3 89.9 -
System Red Green Blue C M Y K H S L
Decimal 63 127 202 0.69 0.37 0 0.21 212.37 0.57 0.52
Hex 3F 7F CA 45 25 0 15 D4 39 34
Octal 77 177 312 105 45 0 25 324 71 64
Binary 111111 1111111 11001010 1000101 100101 0 10101 11010100 111001 110100

Color Harmonies of #3F7FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7FCA

Black with #3F7FCA

Text Example


Text Example

White with #3F7FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,127,202); }

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

background-color css

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

 a { background-color: rgb(63,127,202); }

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

border-color css

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

 span { border-color: rgb(63,127,202); }

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