Html Css Color HEX #3B7ACF Curious Blue

📋 copy color: '#3B7ACF'

red 59 ◦ green 122 ◦ blue 207

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

Shades of Curious Blue #3B7ACF

Tints of Curious Blue #3B7ACF

RGB

 RED value IS 59 (23.44% from 255) = 15.21%

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

 BLUE value IS 207 (81.25% from 255) = 53.35%

R = 15.21%
G = 31.44%
B = 53.35%

CMYK

 C value IS 0.71

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3B7ACF (or 0x3B7ACF) is known color: Curious Blue. HEX triplet: 3B, 7A and CF. RGB value is (59,122,207). Sum of RGB (Red+Green+Blue) = 59+122+207=388 (51% of max value = 765). Red value is 59 (23.44% from 255 or 15.21% from 388); Green value is 122 (48.05% from 255 or 31.44% from 388); Blue value is 207 (81.25% from 255 or 53.35% from 388); Max value from RGB is 207 - color contains mainly: blue. Hex color #3B7ACF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B7ACF is #C48530. Grayscale: #707070. Windows color (decimal): -12879153 or 13597243. OLE color: 13597243.

HSL color Cylindrical-coordinate representation of color #3B7ACF: hue angle of 214.46º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3B7ACF is Cyan = 0.71, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 59 122 207 -
CMYK 0.71 0.41 0 0.19
HSL 214.46º 0.61% 0.52% -
HSV(B) 214.46º 0.71% 0.81% -
XYZ 20.03 19.35 61.71 -
YUV 112.85 181.13 89.59 -
System Red Green Blue C M Y K H S L
Decimal 59 122 207 0.71 0.41 0 0.19 214.46 0.61 0.52
Hex 3B 7A CF 47 29 0 13 D6 3D 34
Octal 73 172 317 107 51 0 23 326 75 64
Binary 111011 1111010 11001111 1000111 101001 0 10011 11010110 111101 110100

Color Harmonies of #3B7ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B7ACF

Black with #3B7ACF

Text Example


Text Example

White with #3B7ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,122,207); }

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

background-color css

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

 a { background-color: rgb(59,122,207); }

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

border-color css

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

 span { border-color: rgb(59,122,207); }

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