Html Css Color HEX #3B7FCF Curious Blue

📋 copy color: '#3B7FCF'

red 59 ◦ green 127 ◦ blue 207

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

Shades of Curious Blue #3B7FCF

Tints of Curious Blue #3B7FCF

RGB

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

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

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

R = 15.01%
G = 32.32%
B = 52.67%

CMYK

 C value IS 0.71

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3B7FCF (or 0x3B7FCF) is known color: Curious Blue. HEX triplet: 3B, 7F and CF. RGB value is (59,127,207). Sum of RGB (Red+Green+Blue) = 59+127+207=393 (52% of max value = 765). Red value is 59 (23.44% from 255 or 15.01% from 393); Green value is 127 (50% from 255 or 32.32% from 393); Blue value is 207 (81.25% from 255 or 52.67% from 393); Max value from RGB is 207 - color contains mainly: blue. Hex color #3B7FCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B7FCF is #C48030. Grayscale: #737373. Windows color (decimal): -12877873 or 13598523. OLE color: 13598523.

HSL color Cylindrical-coordinate representation of color #3B7FCF: hue angle of 212.43º 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 #3B7FCF is Cyan = 0.71, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 59 127 207 -
CMYK 0.71 0.39 0 0.19
HSL 212.43º 0.61% 0.52% -
HSV(B) 212.43º 0.71% 0.81% -
XYZ 20.66 20.61 61.92 -
YUV 115.79 179.47 87.5 -
System Red Green Blue C M Y K H S L
Decimal 59 127 207 0.71 0.39 0 0.19 212.43 0.61 0.52
Hex 3B 7F CF 47 27 0 13 D4 3D 34
Octal 73 177 317 107 47 0 23 324 75 64
Binary 111011 1111111 11001111 1000111 100111 0 10011 11010100 111101 110100

Color Harmonies of #3B7FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B7FCF

Black with #3B7FCF

Text Example


Text Example

White with #3B7FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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