Html Css Color HEX #3F7ACB Curious Blue

📋 copy color: '#3F7ACB'

red 63 ◦ green 122 ◦ blue 203

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

Shades of Curious Blue #3F7ACB

Tints of Curious Blue #3F7ACB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.44%

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

R = 16.24%
G = 31.44%
B = 52.32%

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

#3F7ACB (or 0x3F7ACB) is known color: Curious Blue. HEX triplet: 3F, 7A and CB. RGB value is (63,122,203). Sum of RGB (Red+Green+Blue) = 63+122+203=388 (51% of max value = 765). Red value is 63 (25% from 255 or 16.24% from 388); Green value is 122 (48.05% from 255 or 31.44% from 388); Blue value is 203 (79.69% from 255 or 52.32% from 388); Max value from RGB is 203 - color contains mainly: blue. Hex color #3F7ACB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F7ACB is #C08534. Grayscale: #717171. Windows color (decimal): -12617013 or 13335103. OLE color: 13335103.

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

Color convert

RGB 63 122 203 -
CMYK 0.69 0.40 0 0.20
HSL 214.71º 0.57% 0.52% -
HSV(B) 214.71º 0.69% 0.8% -
XYZ 19.79 19.29 59.18 -
YUV 113.59 178.45 91.91 -
System Red Green Blue C M Y K H S L
Decimal 63 122 203 0.69 0.40 0 0.20 214.71 0.57 0.52
Hex 3F 7A CB 45 28 0 14 D7 39 34
Octal 77 172 313 105 50 0 24 327 71 64
Binary 111111 1111010 11001011 1000101 101000 0 10100 11010111 111001 110100

Color Harmonies of #3F7ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7ACB

Black with #3F7ACB

Text Example


Text Example

White with #3F7ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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